[libcxx-commits] [libcxx] 394eeb6 - [libc++][test] Fixes a typo in UNSUPPORTED.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Fri Aug 18 23:58:25 PDT 2023


Author: Mark de Wever
Date: 2023-08-19T08:57:58+02:00
New Revision: 394eeb6e45a1b224843e5a2684bdec9d62584196

URL: https://github.com/llvm/llvm-project/commit/394eeb6e45a1b224843e5a2684bdec9d62584196
DIFF: https://github.com/llvm/llvm-project/commit/394eeb6e45a1b224843e5a2684bdec9d62584196.diff

LOG: [libc++][test] Fixes a typo in UNSUPPORTED.

Added: 
    

Modified: 
    libcxx/test/std/modules/std.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libcxx/test/std/modules/std.pass.cpp b/libcxx/test/std/modules/std.pass.cpp
index 441bff12eeb227..ec50fdfd3bd3b2 100644
--- a/libcxx/test/std/modules/std.pass.cpp
+++ b/libcxx/test/std/modules/std.pass.cpp
@@ -6,7 +6,7 @@
 //
 //===----------------------------------------------------------------------===//
 
-// UNSUPPORTEd: c++03, c++11, c++14, c++17, c++20
+// UNSUPPORTED: c++03, c++11, c++14, c++17, c++20
 // TODO MODULES fix c++26
 // XFAIL: c++26
 


        


More information about the libcxx-commits mailing list