diff --git a/tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl b/tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl index b0b03595c17..214e5463338 100644 --- a/tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl +++ b/tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl @@ -99,8 +99,7 @@ () $header_unit_options .= " $_.obj"; } - # TRANSITION, remove /DMSVC_INTERNAL_TESTING after all compiler bugs are fixed - Run::ExecuteCL("/DMSVC_INTERNAL_TESTING $export_header_options"); - 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"); } 1