[test] s/uexpectedly/unexpectedly/

llvm-svn: 304236
This commit is contained in:
Casey Carter 2017-05-30 20:12:55 +00:00
parent 646475a9bc
commit 0927291471
1 changed files with 1 additions and 1 deletions

View File

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