[libcxx-commits] [PATCH] D108764: [libcxx] [NFC] Fix typo in test/support/test_range.h
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 26 07:35:24 PDT 2021
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG231cf0e8811e: [libc++][NFC] Fix typo in test/support/test_range.h (authored by joe_loser, committed by ldionne).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108764/new/
https://reviews.llvm.org/D108764
Files:
libcxx/test/support/test_range.h
Index: libcxx/test/support/test_range.h
===================================================================
--- libcxx/test/support/test_range.h
+++ 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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108764.368878.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210826/8db9dbd3/attachment.bin>
More information about the libcxx-commits
mailing list