Skip to content

Commit baf0b12

Browse files
committed
[NFC] skip the test modules-vtable.cppm on windows
The new added test has problems on windows since the patch is about ABI and MSVC ABI is not covered. Skip the test on windows to make the CI green.
1 parent ff6f790 commit baf0b12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/test/CodeGenCXX/modules-vtable.cppm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: !system-windows
2+
13
// RUN: rm -rf %t
24
// RUN: split-file %s %t
35
// RUN: cd %t

0 commit comments

Comments
 (0)