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.

llvm-svn: 186950

clang/test/Analysis/crash-trace.c

index 5fa94b5..f337a72 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);