diff options
author | Jordan Rose <jordan_rose@apple.com> | 2013-01-24 21:19:51 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2013-01-24 21:19:51 +0000 |
commit | d4960d3eb1daa8957fbb14b12f681705138c9a8e (patch) | |
tree | 93e3d976a86bed649ba9c8a751085db024b20cd4 /clang/test/Preprocessor/ucn-pp-identifier.c | |
parent | db14eb25a0e8943e491c29802e36a4cede3632b9 (diff) | |
download | bcm5719-llvm-d4960d3eb1daa8957fbb14b12f681705138c9a8e.tar.gz bcm5719-llvm-d4960d3eb1daa8957fbb14b12f681705138c9a8e.zip |
Test fix-it ranges for Unicode characters.
Also, remove stray -fdiagnostics-parseable-fixits from ucn-pp-identifier.
llvm-svn: 173373
Diffstat (limited to 'clang/test/Preprocessor/ucn-pp-identifier.c')
-rw-r--r-- | clang/test/Preprocessor/ucn-pp-identifier.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Preprocessor/ucn-pp-identifier.c b/clang/test/Preprocessor/ucn-pp-identifier.c index b6e46516d83..8616d40ec3f 100644 --- a/clang/test/Preprocessor/ucn-pp-identifier.c +++ b/clang/test/Preprocessor/ucn-pp-identifier.c @@ -1,6 +1,6 @@ // RUN: %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -verify -Wundef // RUN: %clang_cc1 %s -fsyntax-only -x c++ -pedantic -verify -Wundef -// RUN: %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -fdiagnostics-parseable-fixits -Wundef 2>&1 | FileCheck -strict-whitespace %s +// RUN: %clang_cc1 %s -fsyntax-only -std=c99 -pedantic -Wundef 2>&1 | FileCheck -strict-whitespace %s #define \u00FC #define a\u00FD() 0 |