diff options
Diffstat (limited to 'clang/test/Sema/text-diag.c')
-rw-r--r-- | clang/test/Sema/text-diag.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/text-diag.c b/clang/test/Sema/text-diag.c index 2e312918442..19847c6d1e9 100644 --- a/clang/test/Sema/text-diag.c +++ b/clang/test/Sema/text-diag.c @@ -1,4 +1,4 @@ -// RUN: clang -fsyntax-only %s +// RUN: clang-cc -fsyntax-only %s unsigned char *foo = "texto\ que continua\ e continua"; |