aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent')
-rw-r--r--tests/indent/common.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/common.lua b/tests/indent/common.lua
index 5c291070e..f33a5908b 100644
--- a/tests/indent/common.lua
+++ b/tests/indent/common.lua
@@ -74,7 +74,7 @@ assert:register(
local function compare_indent(before, after, xfail)
assert:add_formatter(format_indent)
if xfail then
- io.stdout:write('Warning! Known failure of this test! Please help to fix it! ')
+ -- io.stdout:write('Warning! Known failure of this test! Please help to fix it! ')
assert.is_not.same_indent(before, after)
else
assert.is.same_indent(before, after)