Skip to content

Commit c40db7f

Browse files
committed
LLVMCodeBuilder: Uncomment list replace test
1 parent b05996c commit c40db7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/dev/llvm/llvmcodebuilder_test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2134,7 +2134,7 @@ TEST_F(LLVMCodeBuilderTest, InsertToList)
21342134
ASSERT_EQ(localList->toString(), "false hello world true");
21352135
}
21362136

2137-
/*TEST_F(LLVMCodeBuilderTest, ListReplace)
2137+
TEST_F(LLVMCodeBuilderTest, ListReplace)
21382138
{
21392139
EngineMock engine;
21402140
Stage stage;
@@ -2188,7 +2188,7 @@ TEST_F(LLVMCodeBuilderTest, InsertToList)
21882188

21892189
ASSERT_EQ(globalList->toString(), "1 test 1");
21902190
ASSERT_EQ(localList->toString(), "3 ipsum true hello world");
2191-
}*/
2191+
}
21922192

21932193
TEST_F(LLVMCodeBuilderTest, GetListItem)
21942194
{

0 commit comments

Comments
 (0)