aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-8.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-8.rs')
-rw-r--r--src/test/run-pass/task-comm-8.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/task-comm-8.rs b/src/test/run-pass/task-comm-8.rs
index a3876bda..d115ac40 100644
--- a/src/test/run-pass/task-comm-8.rs
+++ b/src/test/run-pass/task-comm-8.rs
@@ -41,6 +41,6 @@ fn test00() {
join t2;
join t3;
- check (sum == (((number_of_messages * 4) *
+ assert (sum == (((number_of_messages * 4) *
((number_of_messages * 4) - 1)) / 2));
} \ No newline at end of file