[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:
Joe Loser 2021-08-26 10:34:35 -04:00 committed by Louis Dionne
parent 3fe7dde5f1
commit 231cf0e881
1 changed files with 1 additions and 1 deletions

View File

@ -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 {