]> granicus.if.org Git - clang/commitdiff
Use env properly in test/Driver/analyze.c
authorDouglas Gregor <dgregor@apple.com>
Wed, 17 Jun 2009 15:41:17 +0000 (15:41 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 17 Jun 2009 15:41:17 +0000 (15:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73609 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/analyze.c

index 51f7f0cd65b91b511d78c6095c2bb6878fab15b1..5ca890f9ab48bcafd6f50e89c694f8fd1f589f17 100644 (file)
@@ -1,8 +1,7 @@
 // Verify that the analyzer gets the same flags as normal compilation
 // (at least for a few key ones).
 
-// RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 &&
-// RUN: clang -ccc-host-triple i386-apple-darwin9  -### --analyze -o /dev/null %s -msse 2> %t.log &&
+// RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 clang -ccc-host-triple i386-apple-darwin9  -### --analyze -o /dev/null %s -msse 2> %t.log &&
 // RUN: grep '"-analyze"' %t.log &&
 // RUN: grep '"--fmath-errno=0"' %t.log &&
 // RUN: grep '"-target-feature" "+sse"' %t.log &&