From 485e0c171e55b6cd70b6a1646ef452a78d0bc4e7 Mon Sep 17 00:00:00 2001 From: George Karpenkov Date: Fri, 30 Nov 2018 02:17:18 +0000 Subject: [PATCH] [analyzer] [NFC] Test dumping trimmed graph Differential Revision: https://reviews.llvm.org/D54972 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@347941 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/dump_egraph.c | 1 + 1 file changed, 1 insertion(+) diff --git a/test/Analysis/dump_egraph.c b/test/Analysis/dump_egraph.c index a4bc547a48..6e8793b202 100644 --- a/test/Analysis/dump_egraph.c +++ b/test/Analysis/dump_egraph.c @@ -1,5 +1,6 @@ // RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-dump-egraph=%t.dot %s // RUN: cat %t.dot | FileCheck %s +// RUN: %clang_analyze_cc1 -analyzer-checker=core -analyzer-dump-egraph=%t.dot -trim-egraph %s // REQUIRES: asserts int getJ(); -- 2.40.0