tests: Spell %clang_cc1 correctly.

llvm-svn: 107152
This commit is contained in:
Daniel Dunbar
2010-06-29 16:52:18 +00:00
parent e70a007b36
commit ec1bee907a
3 changed files with 4 additions and 4 deletions

View 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

View 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>

View 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 {