srctree
repos
owner
network
issues
0
diffs
0
Public
Robin Linden
parent
88c56917
6332d745
util/base_parser: Fix tests not running
This was missed when they were ported from compile-time to runtimetests.
inline
split
util/base_parser_test.cpp
added: 3, removed: 1, total 2
@@ -31,4 +31,6 @@ int main() {
p.advance(1);
expect(p.is_eof());
});
return etest::run_all_tests();
}