aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/edges-new.mm
diff options
context:
space:
mode:
Diffstat (limited to 'test/Analysis/edges-new.mm')
-rw-r--r--test/Analysis/edges-new.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Analysis/edges-new.mm b/test/Analysis/edges-new.mm
index 5cc21e04ece0..217cd4aa467f 100644
--- a/test/Analysis/edges-new.mm
+++ b/test/Analysis/edges-new.mm
@@ -1,4 +1,4 @@
-// RUN: %clang -target x86_64-apple-darwin10 --analyze -Xclang -analyzer-config -Xclang path-diagnostics-alternate=true -Xclang -analyzer-output=plist -o %t %s
+// RUN: %clang_analyze_cc1 -triple x86_64-apple-darwin10 -analyzer-checker=core,deadcode.DeadStores,osx.cocoa.RetainCount,unix.Malloc,unix.MismatchedDeallocator -analyzer-eagerly-assume -analyzer-config path-diagnostics-alternate=true -analyzer-output=plist -o %t -w %s
// RUN: FileCheck --input-file %t %s
//===----------------------------------------------------------------------===//
@@ -230,7 +230,7 @@ void test_do_while() {
p = 0;
} while (i< 2);
-
+
*p = 0xDEADBEEF;
}