From: Nick Lewycky Date: Tue, 6 Dec 2011 03:46:28 +0000 (+0000) Subject: Fix test for unrelated changes. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55e983c0200cb39899652c6e741d6583edce4439;p=clang Fix test for unrelated changes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@145915 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Driver/rewrite-objc.m b/test/Driver/rewrite-objc.m index 80190917c9..15da8ed19d 100644 --- a/test/Driver/rewrite-objc.m +++ b/test/Driver/rewrite-objc.m @@ -3,7 +3,7 @@ // TEST0: clang{{.*}}" "-cc1" // TEST0: "-rewrite-objc" // FIXME: CHECK-NOT is broken somehow, it doesn't work here. Check adjacency instead. -// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option" +// TEST0: "-fmessage-length" "0" "-stack-protector" "1" "-mstackrealign" "-fblocks" "-fobjc-fragile-abi" "-fno-objc-infer-related-result-type" "-fobjc-exceptions" "-fexceptions" "-fdiagnostics-show-option" // TEST0: rewrite-objc.m" // RUN: not %clang -ccc-no-clang -ccc-host-triple unknown -rewrite-objc %s -o - -### 2>&1 | \