diff options
Diffstat (limited to 'test/Driver/analyze.c')
-rw-r--r-- | test/Driver/analyze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/analyze.c b/test/Driver/analyze.c index 359b0e005b252..68fa218e81430 100644 --- a/test/Driver/analyze.c +++ b/test/Driver/analyze.c @@ -1,7 +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 %clang -ccc-host-triple i386-apple-darwin9 -### --analyze -o /dev/null %s -msse 2> %t.log +// RUN: env MACOSX_DEPLOYMENT_TARGET=10.5 %clang -target i386-apple-darwin9 -### --analyze -o /dev/null %s -msse 2> %t.log // RUN: FileCheck --input-file=%t.log %s // CHECK: "-analyze" |