From ad3fd947005400c90f41baa4416a27d94b1bc157 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 22 Nov 2020 17:11:11 +0100 Subject: Clarify flowgraph types --- tests/test-flowgraph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test-flowgraph.cpp b/tests/test-flowgraph.cpp index 469d816..b0daeae 100644 --- a/tests/test-flowgraph.cpp +++ b/tests/test-flowgraph.cpp @@ -44,7 +44,7 @@ TEST_F(FlowGraphTest, build_graph) { graph.push_back(createScope); Data pointer{ MakeLocalPointer(createScope->scope(), "malloc1") }; - Data size{ MakeLocalSize(createScope->scope(), "size1") }; + Data size{ MakeLocalInt(createScope->scope(), "size1") }; std::shared_ptr malloc1 {std::make_shared(pointer, size) }; graph.push_back(malloc1); -- cgit v1.2.3