Skip to content

Commit 4a8ffcd

Browse files
Move the macro for MSVC-internal testing (#1589)
1 parent b1fbbdc commit 4a8ffcd

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/std/tests/P1502R1_standard_library_header_units/custombuild.pl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,7 @@ ()
9999
$header_unit_options .= " $_.obj";
100100
}
101101

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");
102+
Run::ExecuteCL("$export_header_options");
103+
Run::ExecuteCL("test.cpp /Fe$cwd.exe $header_unit_options");
105104
}
106105
1

0 commit comments

Comments
 (0)