We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fbbdc commit 4a8ffcdCopy full SHA for 4a8ffcd
tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl
@@ -99,8 +99,7 @@ ()
99
$header_unit_options .= " $_.obj";
100
}
101
102
- # TRANSITION, remove /DMSVC_INTERNAL_TESTING after all compiler bugs are fixed
103
- Run::ExecuteCL("/DMSVC_INTERNAL_TESTING $export_header_options");
104
- Run::ExecuteCL("/DMSVC_INTERNAL_TESTING test.cpp /Fe$cwd.exe $header_unit_options");
+ Run::ExecuteCL("$export_header_options");
+ Run::ExecuteCL("test.cpp /Fe$cwd.exe $header_unit_options");
105
106
1
0 commit comments