Skip to content

Commit 59baea1

Browse files
committed
Only disable c++17 clang-modules-build
Signed-off-by: yronglin <[email protected]>
1 parent 21b69d4 commit 59baea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/make_from_tuple.verify.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: std-at-least-c++17
1010

1111
// No diagnostic gets emitted when we build with modules.
12-
// XFAIL: clang-modules-build
12+
// XFAIL: (c++17 && clang-modules-build)
1313

1414
// <tuple>
1515

0 commit comments

Comments
 (0)