Skip to content

Commit d76d135

Browse files
committed
Fix C++14 CI
1 parent a151df4 commit d76d135

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

libcxx/test/libcxx/input.output/filesystems/class.directory_entry/directory_entry.mods/last_write_time.pass.cpp

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

9-
// UNSUPPORTED: c++03, c++11
9+
// UNSUPPORTED: c++03, c++11, c++14
1010
// UNSUPPORTED: availability-filesystem-missing
1111
// UNSUPPORTED: no-filesystem
1212
// ADDITIONAL_COMPILE_FLAGS: -I %S/../../../../../../src

libcxx/test/libcxx/input.output/filesystems/convert_file_time.pass.cpp

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

9-
// UNSUPPORTED: c++03, c++11
9+
// UNSUPPORTED: c++03, c++11, c++14
1010
// UNSUPPORTED: availability-filesystem-missing
1111

1212
// <filesystem>

0 commit comments

Comments
 (0)