Skip to content

Commit e21b585

Browse files
committed
Xfail the new test in C++03 mode (the modules build tries to include main headers, not old frozen headers)
1 parent 59ca9c3 commit e21b585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/libcxx/Wnon_modular_include_in_module.compile.pass.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
//===----------------------------------------------------------------------===//
88

99
// REQUIRES: target={{.*}}-apple-{{.*}}
10+
// XFAIL: FROZEN-CXX03-HEADERS-FIXME
1011

1112
// This test ensures that libc++ supports being compiled with modules enabled and with
1213
// -Wnon-modular-include-in-module. This effectively checks that we don't include any

0 commit comments

Comments
 (0)