[libcxx-commits] [libcxx] 231cf0e - [libc++][NFC] Fix typo in test/support/test_range.h

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu Aug 26 07:35:16 PDT 2021


Author: Joe Loser
Date: 2021-08-26T10:34:50-04:00
New Revision: 231cf0e8811e874d0a4a6f4d8e4b491c411ce24d

URL: https://github.com/llvm/llvm-project/commit/231cf0e8811e874d0a4a6f4d8e4b491c411ce24d
DIFF: https://github.com/llvm/llvm-project/commit/231cf0e8811e874d0a4a6f4d8e4b491c411ce24d.diff

LOG: [libc++][NFC] Fix typo in test/support/test_range.h

Fix typo in `#error` filepath.

Differential Revision: https://reviews.llvm.org/D108764

Added: 
    

Modified: 
    libcxx/test/support/test_range.h

Removed: 
    


################################################################################
diff  --git a/libcxx/test/support/test_range.h b/libcxx/test/support/test_range.h
index 6b279e21ce38e..11fecf1770ec8 100644
--- a/libcxx/test/support/test_range.h
+++ b/libcxx/test/support/test_range.h
@@ -14,7 +14,7 @@
 #include "test_iterators.h"
 
 #ifdef _LIBCPP_HAS_NO_RANGES
-#error "test/suppoort/test_range.h" can only be included in builds supporting ranges
+#error "test/support/test_range.h" can only be included in builds supporting ranges
 #endif
 
 struct sentinel {


        


More information about the libcxx-commits mailing list