[libcxx-commits] [PATCH] D108764: [libcxx] [NFC] Fix typo in test/support/test_range.h
Joe Loser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Aug 26 07:26:50 PDT 2021
jloser created this revision.
jloser requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Fix typo in `#error` filepath.
Repository:
rG LLVM Github Monorepo
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.368873.patch
Type: text/x-patch
Size: 461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210826/a3d3fcd8/attachment.bin>
More information about the libcxx-commits
mailing list