aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/python_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/python_spec.lua')
-rw-r--r--tests/indent/python_spec.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/indent/python_spec.lua b/tests/indent/python_spec.lua
index 45e262b73..f1769c4d8 100644
--- a/tests/indent/python_spec.lua
+++ b/tests/indent/python_spec.lua
@@ -13,14 +13,10 @@ describe("indent Python:", function()
run:whole_file(".", {
expected_failures = {
"./aligned_indent.py",
- "./basic_blocks.py",
"./branches.py",
- "./control_flow.py",
"./hanging_indent.py",
"./join_lines.py",
"./nested_collections.py",
- "./strings.py",
- "./control_flow.py",
},
})
end)