Skip to content

Commit 996899a

Browse files
committed
adjust more
1 parent 9d7cca7 commit 996899a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/TestRunner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ handleFile(
131131
// Test normally
132132
{
133133
auto const db = makeSingleFileDB(filePath,
134-
{"clang", "-std=c++23", "-pedantic-errors", "-Werror"});
134+
{"clang", "-std=c++23"});
135135

136136
// Create an adjusted MrDocsDatabase
137137
MrDocsCompilationDatabase compilations(
@@ -143,7 +143,7 @@ handleFile(
143143
// Test again in clang-cl mode
144144
{
145145
auto const db = makeSingleFileDB(filePath,
146-
{"clang-cl", "/std:c++latest", "/permissive-", "/WX"});
146+
{"clang-cl", "/std:c++23preview"});
147147

148148
// Create an adjusted MrDocsDatabase
149149
MrDocsCompilationDatabase compilations(

0 commit comments

Comments
 (0)