diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-06-01 20:59:10 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-06-01 20:59:10 +0000 |
commit | edb11085302f80f38c9d976f003aa1c9002c7abb (patch) | |
tree | edfe9dcac670e9f47ee7fdee893130fcf86ba196 /test/support/test_macros.h | |
parent | 10a0bef720b6882fce588a10b07b0584d62eac76 (diff) |
Notes
Diffstat (limited to 'test/support/test_macros.h')
-rw-r--r-- | test/support/test_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/support/test_macros.h b/test/support/test_macros.h index 637686284ed2..cc2918a0875a 100644 --- a/test/support/test_macros.h +++ b/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__ |