forked from OSchip/llvm-project
[libc++][NFC] Fix typo in test/support/test_range.h
Fix typo in `#error` filepath. Differential Revision: https://reviews.llvm.org/D108764
This commit is contained in:
parent
3fe7dde5f1
commit
231cf0e881
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue