From: Artem Dergachev Date: Thu, 17 Oct 2019 23:27:35 +0000 (+0000) Subject: [analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8dd70959300cd08be029518be56bc64ccfe271df;p=clang [analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@375189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/dump_egraph.c b/test/Analysis/dump_egraph.c index 4ad04002c4..a8cfe5045c 100644 --- a/test/Analysis/dump_egraph.c +++ b/test/Analysis/dump_egraph.c @@ -18,7 +18,7 @@ int foo() { return *x + *y; } -// CHECK: \"program_points\": [\l    \{ \"kind\": \"Edge\", \"src_id\": 2, \"dst_id\": 1, \"terminator\": null, \"term_kind\": null, \"tag\": null, \"node_id\": 1, \"is_sink\":0, \"has_report\": 0 \}\l  ],\l  \"program_state\": null +// CHECK: \"program_points\": [\l    \{ \"kind\": \"Edge\", \"src_id\": 2, \"dst_id\": 1, \"terminator\": null, \"term_kind\": null, \"tag\": null, \"node_id\": 1, \"is_sink\": 0, \"has_report\": 0 \}\l  ],\l  \"program_state\": null // CHECK: \"program_points\": [\l    \{ \"kind\": \"BlockEntrance\", \"block_id\": 1