1 // RUN: %exploded_graph_rewriter %s \
2 // RUN: | FileCheck -check-prefixes=NORMAL %s
3 // RUN: %exploded_graph_rewriter -t %s \
4 // RUN: | FileCheck -check-prefixes=TOPOLOGY %s
6 // NORMAL: Program point
7 // TOPOLOGY-NOT: Program point
8 // NORMAL: Checker State
9 // TOPOLOGY-NOT: Checker State
10 Node0x1 [
shape=
record,label=
16 "kind
": "BlockEntrance
", "block_id
": 1,
17 "terminator
": null, "term_kind
": null,
18 "tag
": null, "node_id
": 1,
19 "has_report
": 0, "is_sink
": 0
25 "dynamic_types
": null,
26 "constructing_objects
": null,
28 { "checker
": "foo
", "messages
": ["bar
"] }