]> granicus.if.org Git - clang/commitdiff
tests: Spell %clang_cc1 correctly.
authorDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jun 2010 16:52:18 +0000 (16:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 29 Jun 2010 16:52:18 +0000 (16:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@107152 91177308-0d34-0410-b5e6-96231b3b80d8

test/Sema/pragma-align-mac68k-unsupported.c
test/Sema/pragma-align-mac68k.c
test/Sema/pragma-align-packed.c

index 6588aa17a15e49dc0da9abcc661be5dcb84b2a90..c23c01bf5e2fffba2c6359eed4a2652da0f98268 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s
-// RUN: %clang-cc1 -triple i386-pc-linux-gnu -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple i386-pc-linux-gnu -fsyntax-only -verify %s
 
 /* expected-error {{mac68k alignment pragma is not supported}} */ #pragma options align=mac68k
index d13a0bebb767fd062f76f7f89b1774b555f3cbc3..fb8da515bbc7740e8b53d68eee1d7d8a4c43f179 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
 
 #include <stddef.h>
 
index 6c9b06c6d6fa6e6d776a322a37e5061200391d79..30b87bf99695fe5d26792894ff1bad91f2191cc4 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang-cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
+// RUN: %clang_cc1 -triple i386-apple-darwin9 -fsyntax-only -verify %s
 
 #pragma pack(push, 1)
 struct s0 {