diff options
Diffstat (limited to 'test/Sema/pragma-pack-4.c')
-rw-r--r-- | test/Sema/pragma-pack-4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/pragma-pack-4.c b/test/Sema/pragma-pack-4.c index f6f107da742bf..3ccaf7e96ce67 100644 --- a/test/Sema/pragma-pack-4.c +++ b/test/Sema/pragma-pack-4.c @@ -1,4 +1,4 @@ -// RUN: clang-cc -triple i686-apple-darwin9 %s -fsyntax-only -verify && +// RUN: clang-cc -triple i686-apple-darwin9 %s -fsyntax-only -verify // RUN: clang-cc -triple x86_64-apple-darwin9 %s -fsyntax-only -verify // rdar://problem/7095436 |