Skip to content

Commit 10b55f5

Browse files
committed
Compiler: Fix addListContents test name
1 parent f004d98 commit 10b55f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/dev/compiler/compiler_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ TEST_F(CompilerTest, AddVariableValue)
116116
compile(compiler, block);
117117
}
118118

119-
TEST_F(CompilerTest, AddListValue)
119+
TEST_F(CompilerTest, AddListContents)
120120
{
121121
Compiler compiler(&m_engine, &m_target);
122122
auto block = std::make_shared<Block>("a", "");

0 commit comments

Comments
 (0)