[libcxx-commits] [libcxx] 471ab69 - [libc++] Fixes accidental CI breakage.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 15 10:30:23 PDT 2023


Author: Mark de Wever
Date: 2023-03-15T18:30:02+01:00
New Revision: 471ab69f5bfaef22012996fe3a15b2e9edbded66

URL: https://github.com/llvm/llvm-project/commit/471ab69f5bfaef22012996fe3a15b2e9edbded66
DIFF: https://github.com/llvm/llvm-project/commit/471ab69f5bfaef22012996fe3a15b2e9edbded66.diff

LOG: [libc++] Fixes accidental CI breakage.

Added: 
    

Modified: 
    libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h
index f28122255305a..cfe7f4eb394a1 100644
--- a/libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h
+++ b/libcxx/test/libcxx/utilities/format/format.string/format.string.std/extended_grapheme_cluster.h
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // WARNING, this entire header is generated by
-// utiles/generate_extended_grapheme_cluster_test.py
+// utils/generate_extended_grapheme_cluster_test.py
 // DO NOT MODIFY!
 
 // UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE


        


More information about the libcxx-commits mailing list