diff options
Diffstat (limited to 'tests/indent/php_spec.lua')
| -rw-r--r-- | tests/indent/php_spec.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/indent/php_spec.lua b/tests/indent/php_spec.lua index ac3d7bb59..2ce64ab59 100644 --- a/tests/indent/php_spec.lua +++ b/tests/indent/php_spec.lua @@ -10,9 +10,7 @@ local run = Runner:new(it, "tests/indent/php", { describe("indent PHP:", function() describe("whole file:", function() run:whole_file(".", { - expected_failures = { - "./unfinished-call.php", - }, + expected_failures = {}, }) end) |
