[clang] 3ad32df - Fix lit feature name in 9dc4af327b12d

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 29 04:18:17 PST 2021


Author: Sam McCall
Date: 2021-12-29T13:18:11+01:00
New Revision: 3ad32df72eb2063ba45ec2956a815e1bbb6e6012

URL: https://github.com/llvm/llvm-project/commit/3ad32df72eb2063ba45ec2956a815e1bbb6e6012
DIFF: https://github.com/llvm/llvm-project/commit/3ad32df72eb2063ba45ec2956a815e1bbb6e6012.diff

LOG: Fix lit feature name in 9dc4af327b12d

Added: 
    

Modified: 
    clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp b/clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp
index 859b1ac3fb2b..f84cab8dc33e 100644
--- a/clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp
+++ b/clang/test/SemaCXX/PR51712-large-array-constexpr-check-oom.cpp
@@ -2,7 +2,7 @@
 // (There's nothing really platform-specific being tested, this is just ulimit).
 //
 // REQUIRES: shell
-// REQUIRES: linux
+// REQUIRES: system-linux
 // UNSUPPORTED: msan
 // UNSUPPORTED: asan
 //


        


More information about the cfe-commits mailing list