summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCasey Carter <Casey@Carter.net>2017-05-30 20:12:55 +0000
committerCasey Carter <Casey@Carter.net>2017-05-30 20:12:55 +0000
commit092729147185bddd7edcbca137d6f23a5053e14c (patch)
tree99f74f066253dbeafa5b64d808995355abd8d6fc
parent646475a9bc66237b460bad67a1e64bb75a776e4b (diff)
downloadbcm5719-llvm-092729147185bddd7edcbca137d6f23a5053e14c.tar.gz
bcm5719-llvm-092729147185bddd7edcbca137d6f23a5053e14c.zip
[test] s/uexpectedly/unexpectedly/
llvm-svn: 304236
-rw-r--r--libcxx/test/support/test_macros.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h
index 637686284ed..cc2918a0875 100644
--- a/libcxx/test/support/test_macros.h
+++ b/libcxx/test/support/test_macros.h
@@ -195,7 +195,7 @@ struct is_same<T, T> { enum {value = 1}; };
#define ASSERT_SAME_TYPE(...) \
static_assert((test_macros_detail::is_same<__VA_ARGS__>::value), \
- "Types differ uexpectedly")
+ "Types differ unexpectedly")
#ifndef TEST_HAS_NO_EXCEPTIONS
#define TEST_THROW(...) throw __VA_ARGS__
OpenPOWER on IntegriCloud