aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-4.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-4.rs')
-rw-r--r--src/test/run-pass/task-comm-4.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/task-comm-4.rs b/src/test/run-pass/task-comm-4.rs
index 121a9e6e..3c4f3ab6 100644
--- a/src/test/run-pass/task-comm-4.rs
+++ b/src/test/run-pass/task-comm-4.rs
@@ -28,5 +28,5 @@ fn test00() {
r <- p; sum += r; log (r);
r <- p; sum += r; log (r);
- check (sum == 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8);
+ assert (sum == 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8);
} \ No newline at end of file