aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2012-02-23 22:12:53 +0000
committerJim Grosbach <grosbach@apple.com>2012-02-23 22:12:53 +0000
commit0227aded18df817bc50114a6c916fc564d3ee712 (patch)
tree0656393cc386b828db338b50866d85eacc10df63
parentd649586a10465b3e8f7e38ef0a428daf7464aa49 (diff)
Update test for r151288
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151290 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/Driver/darwin-as.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/darwin-as.c b/test/Driver/darwin-as.c
index 96259c25a3..92c76414a7 100644
--- a/test/Driver/darwin-as.c
+++ b/test/Driver/darwin-as.c
@@ -11,7 +11,7 @@
// CHECK-STATIC-64: as{{(.exe)?}}" "-arch" "x86_64" "-force_cpusubtype_ALL" "-o"
// RUN: %clang -target x86_64-apple-darwin10 -### \
-// RUN: -arch armv6 -x assembler -c %s 2>%t
+// RUN: -arch armv6 -no-integrated-as -x assembler -c %s 2>%t
// RUN: FileCheck -check-prefix=ARMV6 --input-file %t %s
//
// CHECK-ARMV6: as{{(.exe)?}}" "-arch" "armv6" "-o"