diff options
| author | Casey Carter <Casey@Carter.net> | 2017-05-30 20:12:55 +0000 |
|---|---|---|
| committer | Casey Carter <Casey@Carter.net> | 2017-05-30 20:12:55 +0000 |
| commit | 092729147185bddd7edcbca137d6f23a5053e14c (patch) | |
| tree | 99f74f066253dbeafa5b64d808995355abd8d6fc /libcxx | |
| parent | 646475a9bc66237b460bad67a1e64bb75a776e4b (diff) | |
| download | bcm5719-llvm-092729147185bddd7edcbca137d6f23a5053e14c.tar.gz bcm5719-llvm-092729147185bddd7edcbca137d6f23a5053e14c.zip | |
[test] s/uexpectedly/unexpectedly/
llvm-svn: 304236
Diffstat (limited to 'libcxx')
| -rw-r--r-- | libcxx/test/support/test_macros.h | 2 |
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__ |

