diff --git a/test/TestDestroy.cpp b/test/TestDestroy.cpp index 01a0e6c78..ba3052631 100644 --- a/test/TestDestroy.cpp +++ b/test/TestDestroy.cpp @@ -36,8 +36,7 @@ TEST(TestDestroy, TestDestroyTensorSingle) // Sync values to and from device mgr.sequence() - ->eval(algo->getTensors()) - ->eval(algo->getTensors()); + ->eval(algo->getTensors()); EXPECT_EQ(tensorA->vector(), initialValues);