]> granicus.if.org Git - clang/commitdiff
[Testing] Dumping the graph requires assertions be enabled
authorDavid Zarzycki <dave@znu.io>
Thu, 20 Jun 2019 09:58:58 +0000 (09:58 +0000)
committerDavid Zarzycki <dave@znu.io>
Thu, 20 Jun 2019 09:58:58 +0000 (09:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363916 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/exploded-graph-rewriter/escapes.c

index 2fd564cc5d72a84788059a241d8a4d28ddd96a9c..bdf308513ea1dd0d7f2a7e4366907d97b8b21fe6 100644 (file)
@@ -3,6 +3,7 @@
 // RUN:                     -analyzer-checker=core \
 // RUN:                     -analyzer-dump-egraph=%t.dot %s
 // RUN: %exploded_graph_rewriter %t.dot | FileCheck %s
+// REQUIRES: asserts
 
 // FIXME: Substitution doesn't seem to work on Windows.
 // UNSUPPORTED: system-windows