diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2013-01-08 16:09:04 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2013-01-08 16:09:04 +0000 |
commit | a879a164495db6daa4d809fbaba1617c9ade5919 (patch) | |
tree | c6c60489d664d3d150d0af93c7a2972fa0e124f5 | |
parent | ef3c69406f73b892a3d5023ea42b3d7ed9c99d33 (diff) |
Add missing spaces. This doesn't cause problems in practice because we only warn
about _Static_assert with -pedantic.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171860 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/Driver/mips-long-double.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Driver/mips-long-double.c b/test/Driver/mips-long-double.c index 12eb1594be..09de38c6b7 100644 --- a/test/Driver/mips-long-double.c +++ b/test/Driver/mips-long-double.c @@ -1,7 +1,7 @@ // RUN: %clang_cc1 -triple mips64-unknown-freebsd -std=c11 -verify %s // RUN: %clang_cc1 -triple mips-unknown-freebsd -std=c11 -verify %s -// RUN: %clang_cc1 -triple mips-unknown-linux-std=c11 -verify %s -// RUN: %clang_cc1 -triple mips64-unknown-linux-std=c11 -verify %s +// RUN: %clang_cc1 -triple mips-unknown-linux -std=c11 -verify %s +// RUN: %clang_cc1 -triple mips64-unknown-linux -std=c11 -verify %s // expected-no-diagnostics #ifdef _ABI64 |