@@ -186,7 +186,7 @@ struct MrDocsCompilationDatabase_test
186186
187187 void testClangCL_stdCxx ()
188188 {
189- std::string const programName = " clang- cl" ;
189+ std::string const programName = " cl" ;
190190
191191 {
192192 auto adjusted = adjustCompileCommand ({ programName });
@@ -206,7 +206,7 @@ struct MrDocsCompilationDatabase_test
206206
207207 void testClangCL_stdC ()
208208 {
209- std::string const programName = " clang- cl" ;
209+ std::string const programName = " cl" ;
210210
211211 {
212212 auto adjusted = adjustCompileCommand ({ programName, " -x" , " c" });
@@ -226,7 +226,7 @@ struct MrDocsCompilationDatabase_test
226226
227227 void testClangCL_defines ()
228228 {
229- std::string const programName = " clang- cl" ;
229+ std::string const programName = " cl" ;
230230
231231 {
232232 std::shared_ptr<TestConfigImpl> config = std::make_shared<TestConfigImpl>();
@@ -242,7 +242,7 @@ struct MrDocsCompilationDatabase_test
242242
243243 void testClangCL_stdlib ()
244244 {
245- std::string const programName = " clang- cl" ;
245+ std::string const programName = " cl" ;
246246
247247 {
248248 std::shared_ptr<TestConfigImpl> config = std::make_shared<TestConfigImpl>();
@@ -257,7 +257,7 @@ struct MrDocsCompilationDatabase_test
257257
258258 void testClangCL_libc ()
259259 {
260- std::string const programName = " clang- cl" ;
260+ std::string const programName = " cl" ;
261261
262262 {
263263 std::shared_ptr<TestConfigImpl> config = std::make_shared<TestConfigImpl>();
@@ -272,7 +272,7 @@ struct MrDocsCompilationDatabase_test
272272
273273 void testClangCL_systemIncludes ()
274274 {
275- std::string const programName = " clang- cl" ;
275+ std::string const programName = " cl" ;
276276
277277 {
278278 std::shared_ptr<TestConfigImpl> config = std::make_shared<TestConfigImpl>();
0 commit comments