diff options
author | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-04-19 17:13:17 +0000 |
---|---|---|
committer | Andy Gibbs <andyg1001@hotmail.co.uk> | 2013-04-19 17:13:17 +0000 |
commit | f5ae4dd6bf2310fbf4b192137aecd21248a08449 (patch) | |
tree | fa40cd6f296f5ec786fdf3568087b9fd49f34e4b /test/Lexer/pragma-operators.cpp | |
parent | e6e68b53778bb5a15c10a73a5bf18d8ab73f75e3 (diff) |
Keep the parentheses in #pragma message (partial revert of r179771).
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179862 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Lexer/pragma-operators.cpp')
-rw-r--r-- | test/Lexer/pragma-operators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Lexer/pragma-operators.cpp b/test/Lexer/pragma-operators.cpp index 7402f9f8c4..6a5a498a15 100644 --- a/test/Lexer/pragma-operators.cpp +++ b/test/Lexer/pragma-operators.cpp @@ -32,6 +32,6 @@ B(foo) // CHECK: #pragma comment(lib, "libfoo") // CHECK: #pragma clang diagnostic ignored "-Wunused" // CHECK: #pragma clang diagnostic error "-Wunused" -// CHECK: #pragma message "\042Hello\042, world!" +// CHECK: #pragma message("\042Hello\042, world!") // CHECK: 0; int n = pragma_L pragma_u8 pragma_u pragma_U pragma_R pragma_UR pragma_hello 0; |