[libc++][NFC] Fix typo in test/support/test_range.h
authorJoe Loser <joeloser93@gmail.com>
Thu, 26 Aug 2021 14:34:35 +0000 (10:34 -0400)
committerLouis 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

index 6b279e2..11fecf1 100644 (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 {