aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/cpp_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/cpp_spec.lua')
-rw-r--r--tests/indent/cpp_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/indent/cpp_spec.lua b/tests/indent/cpp_spec.lua
index 8e97c805e..fe26a81b3 100644
--- a/tests/indent/cpp_spec.lua
+++ b/tests/indent/cpp_spec.lua
@@ -7,7 +7,6 @@ local run = Runner:new(it, 'tests/indent', {
shiftwidth = 4,
softtabstop = 0,
expandtab = true,
- filetype = 'cpp',
})
describe('indent C++:', function()