]> granicus.if.org Git - clang/commitdiff
Mark test/Analysis/crash-trace.c as requiring crash recovery.
authorJordan Rose <jordan_rose@apple.com>
Tue, 23 Jul 2013 16:02:54 +0000 (16:02 +0000)
committerJordan Rose <jordan_rose@apple.com>
Tue, 23 Jul 2013 16:02:54 +0000 (16:02 +0000)
This plus Rafael's fix at r186943 should keep all the buildbots happy.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@186950 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/crash-trace.c

index 5fa94b5dc61b398bd91a4c5d0efc4c95a333f573..f337a72a80a89ba2de3a14c5b6ea70f0f756bcd6 100644 (file)
@@ -1,4 +1,5 @@
 // RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
+// REQUIRES: crash-recovery
 
 void clang_analyzer_crash(void);