Skip to content

Commit 4b7884e

Browse files
committed
Removing error logging from test
1 parent 64d43be commit 4b7884e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/stdtest/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@ fn sort_tests() {
106106
auto pairs = ivec::zip(expected, filtered);
107107

108108
for (tup(str, test::test_desc) p in pairs) {
109-
log_err #fmt("e: %s a: %s", p._0, p._1.name);
110109
assert p._0 == p._1.name;
111110
}
112111
}

0 commit comments

Comments
 (0)