summaryrefslogtreecommitdiffhomepage
path: root/tests/test-flowgraph.cpp
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-11-07 15:05:45 +0100
committerRoland Reichwein <mail@reichwein.it>2020-11-07 15:05:45 +0100
commitf0f7a8f7fd237d1f8e2bab2bfb2cb4442e1a692f (patch)
treef3c08014262ad519b183aa9218d48bf65e6bb9f4 /tests/test-flowgraph.cpp
parent71c7fd62f8b5257b82cf32b0f747fcf313fcc617 (diff)
Add node map
Diffstat (limited to 'tests/test-flowgraph.cpp')
-rw-r--r--tests/test-flowgraph.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-flowgraph.cpp b/tests/test-flowgraph.cpp
index 132af4b..f0cc204 100644
--- a/tests/test-flowgraph.cpp
+++ b/tests/test-flowgraph.cpp
@@ -48,3 +48,4 @@ TEST_F(FlowGraphTest, build_graph) {
graph.push_back(malloc1);
graph.push_back(free1);
}
+