(self)
| 584 | baseline = b |
| 585 | |
| 586 | def test_compile_noop(self): |
| 587 | self.do_toolchain_benchmark(['--version']) |
| 588 | |
| 589 | def test_compile_hello(self): |
| 590 | self.do_toolchain_benchmark(['-c', test_file('hello_world.c')]) |
nothing calls this directly
no test coverage detected