(tmp_path)
| 213 | |
| 214 | |
| 215 | def test_cmd_std_c(tmp_path): # #13129 |
| 216 | __test_cmd(tmp_path, 'test.cpp',['--std=c89', '--std=c++14'], '-x c++ -std=c++14') |
| 217 | |
| 218 | |
| 219 | # TODO: remove when we inject the build-dir into all tests |
nothing calls this directly
no test coverage detected