diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-16 16:48:33 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-16 16:48:33 -0700 |
| commit | a52c3e044457aa34d4054bb2734c53a08c3e5d4a (patch) | |
| tree | e4c15881ac266d8b8b1dbf8db27c353fa8e1757f | |
| parent | a411c865b239a3f9a0a530242b4d6b1c9fba1687 (diff) | |
| download | rust-a52c3e044457aa34d4054bb2734c53a08c3e5d4a.tar.gz rust-a52c3e044457aa34d4054bb2734c53a08c3e5d4a.zip | |
Remove unused variable from test tests
| -rw-r--r-- | src/test/stdtest/test.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/stdtest/test.rs b/src/test/stdtest/test.rs index 0079a94522b..f2d8df4e4ed 100644 --- a/src/test/stdtest/test.rs +++ b/src/test/stdtest/test.rs @@ -15,7 +15,7 @@ fn do_not_run_ignored_tests() { fn = f, ignore = true); - auto res = test::run_test(desc); + test::run_test(desc); assert ran == false; } |
