We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e8721 commit 5194a98Copy full SHA for 5194a98
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: a411c865b239a3f9a0a530242b4d6b1c9fba1687
+refs/heads/master: a52c3e044457aa34d4054bb2734c53a08c3e5d4a
trunk/src/test/stdtest/test.rs
@@ -15,7 +15,7 @@ fn do_not_run_ignored_tests() {
15
fn = f,
16
ignore = true);
17
18
- auto res = test::run_test(desc);
+ test::run_test(desc);
19
20
assert ran == false;
21
}
0 commit comments