Removing error logging from test
This commit is contained in:
parent
64d43be647
commit
4b7884e1fa
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user