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 e1473548..54e37a34 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;
- check(value == 30);
+ assert (value == 30);
}