diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-07-16 19:56:12 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-07-16 19:56:12 -0700 |
| commit | 4b7884e1faff210b88037ae047c81b06da4d05a3 (patch) | |
| tree | 2514d03837047cb4299dd487fe693cbd64985122 | |
| parent | 64d43be6471b682037fb1dce13cdb3ea14ddc983 (diff) | |
| download | rust-4b7884e1faff210b88037ae047c81b06da4d05a3.tar.gz rust-4b7884e1faff210b88037ae047c81b06da4d05a3.zip | |
Removing error logging from test
| -rw-r--r-- | src/test/stdtest/test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/stdtest/test.rs b/src/test/stdtest/test.rs index 8ef20ece2db..7bf5b3cc931 100644 --- a/src/test/stdtest/test.rs +++ b/src/test/stdtest/test.rs @@ -106,7 +106,6 @@ fn sort_tests() { auto pairs = ivec::zip(expected, filtered); for (tup(str, test::test_desc) p in pairs) { - log_err #fmt("e: %s a: %s", p._0, p._1.name); assert p._0 == p._1.name; } } |
