projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3fe7dde
)
[libc++][NFC] Fix typo in test/support/test_range.h
author
Joe Loser
<joeloser93@gmail.com>
Thu, 26 Aug 2021 14:34:35 +0000
(10:34 -0400)
committer
Louis Dionne
<ldionne.2@gmail.com>
Thu, 26 Aug 2021 14:34:50 +0000
(10:34 -0400)
Fix typo in `#error` filepath.
Differential Revision: https://reviews.llvm.org/D108764
libcxx/test/support/test_range.h
patch
|
blob
|
history
diff --git
a/libcxx/test/support/test_range.h
b/libcxx/test/support/test_range.h
index
6b279e2
..
11fecf1
100644
(file)
--- 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/suppo
o
rt/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 {