Skip to content

Commit 416f7ff

Browse files
committed
fix test error
1 parent 70cc120 commit 416f7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/src/FormatStyle_unitest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1995,7 +1995,7 @@ local t = true==false or a<2 and b>3 or c<=4 and d>=5 or e~=6 and f==7
19951995
TEST(FormatByStyleOption, allow_non_indented_comments) {
19961996
LuaStyle style;
19971997

1998-
style.allow_non_indented_comments = false;
1998+
style.allow_non_indented_comments = true;
19991999
EXPECT_TRUE(TestHelper::TestFormatted(
20002000
R"(
20012001
function f()

0 commit comments

Comments
 (0)