diff options
Diffstat (limited to 'tests/indent/php_spec.lua')
| -rw-r--r-- | tests/indent/php_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index 722f5c0b8..1b5848694 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -24,6 +24,6 @@ describe("indent PHP:", function() { on_line = 5, text = "indendation with `enter` in insert mode is not correct", indent = 4 } ) run:new_line("issue-2497.php", { on_line = 5, text = "$a =", indent = 4 }) - run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 4 }, "shouldn't be 0", XFAIL) + run:new_line("unfinished-call.php", { on_line = 6, text = "$a =", indent = 4 }) end) end) |
