From: David Zarzycki Date: Thu, 20 Jun 2019 09:58:58 +0000 (+0000) Subject: [Testing] Dumping the graph requires assertions be enabled X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6735c50e2ab032bac4e71e4e70bdb6c31e7ed6d;p=clang [Testing] Dumping the graph requires assertions be enabled git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@363916 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/exploded-graph-rewriter/escapes.c b/test/Analysis/exploded-graph-rewriter/escapes.c index 2fd564cc5d..bdf308513e 100644 --- a/test/Analysis/exploded-graph-rewriter/escapes.c +++ b/test/Analysis/exploded-graph-rewriter/escapes.c @@ -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