summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorArtem Dergachev <artem.dergachev@gmail.com>2019-10-17 23:27:35 +0000
committerArtem Dergachev <artem.dergachev@gmail.com>2019-10-17 23:27:35 +0000
commit8dd70959300cd08be029518be56bc64ccfe271df (patch)
tree87bf44713ac65e341d361b0531a8842e83282e4e /test
parentd0e3ed0b01ba7e55081e5b2593460b7b1486fd24 (diff)
downloadclang-8dd70959300cd08be029518be56bc64ccfe271df.tar.gz
[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
Diffstat (limited to 'test')
-rw-r--r--test/Analysis/dump_egraph.c2
1 files changed, 1 insertions, 1 deletions
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&nbsp;&nbsp;&nbsp;&nbsp;\{ \"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&nbsp;&nbsp;],\l&nbsp;&nbsp;\"program_state\": null
+// CHECK: \"program_points\": [\l&nbsp;&nbsp;&nbsp;&nbsp;\{ \"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&nbsp;&nbsp;],\l&nbsp;&nbsp;\"program_state\": null
// CHECK: \"program_points\": [\l&nbsp;&nbsp;&nbsp;&nbsp;\{ \"kind\": \"BlockEntrance\", \"block_id\": 1