aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-6.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-6.rs')
-rw-r--r--src/test/run-pass/task-comm-6.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/task-comm-6.rs b/src/test/run-pass/task-comm-6.rs
index 74b40a90..0f98ba5b 100644
--- a/src/test/run-pass/task-comm-6.rs
+++ b/src/test/run-pass/task-comm-6.rs
@@ -32,7 +32,7 @@ fn test00() {
i += 1;
}
- check (sum == 1998000);
- // check (sum == 4 * ((number_of_messages *
+ assert (sum == 1998000);
+ // assert (sum == 4 * ((number_of_messages *
// (number_of_messages - 1)) / 2));
} \ No newline at end of file