summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd')
-rw-r--r--modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd b/modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd
deleted file mode 100644
index 9ad77f1432..0000000000
--- a/modules/gdscript/tests/scripts/parser-errors/mixing-tabs-spaces.gd
+++ /dev/null
@@ -1,3 +0,0 @@
-func test():
- print("Using spaces")
- print("Using tabs")