Skip to content

Commit 93b66ee

Browse files
committed
test: Assert that the result is correct in run-pass/crust-stress
1 parent 0438e6e commit 93b66ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/crust-stress.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fn count(n: uint) -> uint {
2222
fn main() {
2323
iter::repeat(100u) {||
2424
task::spawn {||
25-
count(5u);
25+
assert count(5u) == 16u;
2626
};
2727
}
2828
}

0 commit comments

Comments
 (0)