[analyzer] exploded-graph-rewriter: Fix typo in r375186. Unbreaks tests.

llvm-svn: 375189
This commit is contained in:
Artem Dergachev 2019-10-17 23:27:35 +00:00
parent b31c624156
commit 8b3ef1e45b
1 changed files with 1 additions and 1 deletions

View File

@ -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