From bed65743b48bbbf355d88dd972103d87e24db153 Mon Sep 17 00:00:00 2001 From: Casey Carter Date: Tue, 30 May 2017 20:12:55 +0000 Subject: [PATCH] [test] s/uexpectedly/unexpectedly/ git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@304236 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/support/test_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/test_macros.h b/test/support/test_macros.h index 637686284..cc2918a08 100644 --- a/test/support/test_macros.h +++ b/test/support/test_macros.h @@ -195,7 +195,7 @@ struct is_same { 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__