()
| 163 | assert stderr == '[main.c:5]: (error) Division by zero.\n' |
| 164 | |
| 165 | def test_vs_project_local_path(): |
| 166 | __test_vs_project_local_path() |
| 167 | |
| 168 | def test_vs_project_local_path_select_one(): |
| 169 | __test_vs_project_local_path(['--project-configuration=Release|Win32'], 'Release|Win32') |
nothing calls this directly
no test coverage detected