mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 23:30:38 +08:00
[test] s/uexpectedly/unexpectedly/
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304236 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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__
|
||||
|
Reference in New Issue
Block a user