From 12631c4dade8ad448af596f74068163fe37cf409 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 28 Feb 2021 17:19:41 +0800 Subject: [PATCH] Add single_op model_id. --- tests/ut/ge/single_op/stream_resource_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ut/ge/single_op/stream_resource_unittest.cc b/tests/ut/ge/single_op/stream_resource_unittest.cc index 2138e2c9..9332be53 100644 --- a/tests/ut/ge/single_op/stream_resource_unittest.cc +++ b/tests/ut/ge/single_op/stream_resource_unittest.cc @@ -58,7 +58,7 @@ TEST_F(UtestStreamResource, test_malloc_memory) { ASSERT_NE(res.MallocMemory(purpose, 100), nullptr); } -TEST_F(UtestStreamResource, test_malloc_memory) { +TEST_F(UtestStreamResource, test_build_op) { StreamResource res((uintptr_t)1); ModelData model_data; SingleOp *single_op = nullptr;