aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/indent/lua/comment.lua6
-rw-r--r--tests/indent/lua_spec.lua4
2 files changed, 1 insertions, 9 deletions
diff --git a/tests/indent/lua/comment.lua b/tests/indent/lua/comment.lua
index 36ed01530..9f3624e1e 100644
--- a/tests/indent/lua/comment.lua
+++ b/tests/indent/lua/comment.lua
@@ -5,9 +5,3 @@
another
comment
--]]
-
- --[[
- another
- comment
- a bit more indented
- --]]
diff --git a/tests/indent/lua_spec.lua b/tests/indent/lua_spec.lua
index 17584a9ee..b90c9b66e 100644
--- a/tests/indent/lua_spec.lua
+++ b/tests/indent/lua_spec.lua
@@ -11,9 +11,7 @@ local run = Runner:new(it, "tests/indent/lua", {
describe("indent Lua:", function()
describe("whole file:", function()
run:whole_file(".", {
- expected_failures = {
- "./comment.lua",
- },
+ expected_failures = {},
})
end)