aboutsummaryrefslogtreecommitdiff
path: root/src/test/run-pass/task-comm-0.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/task-comm-0.rs')
-rw-r--r--src/test/run-pass/task-comm-0.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/task-comm-0.rs b/src/test/run-pass/task-comm-0.rs
index 54e37a34..e1473548 100644
--- a/src/test/run-pass/task-comm-0.rs
+++ b/src/test/run-pass/task-comm-0.rs
@@ -16,5 +16,5 @@ fn test05() {
let int value <- po;
value <- po;
value <- po;
- assert (value == 30);
+ check(value == 30);
}