aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/ql/module.ql
diff options
context:
space:
mode:
authorAlvaro Muñoz <pwntester@github.com>2023-01-31 10:54:56 +0100
committerStephan Seitz <stephan.seitz@fau.de>2023-01-31 12:23:13 +0100
commitc433b3c232e78a919f1e96b83ac4004f37f336e7 (patch)
tree5b94f85ce9c3f6f996225eae081826e0e31242a8 /tests/indent/ql/module.ql
parentadd ql indent tests (diff)
downloadnvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.gz
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.bz2
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.lz
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.xz
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.tar.zst
nvim-treesitter-c433b3c232e78a919f1e96b83ac4004f37f336e7.zip
fix tests
Diffstat (limited to 'tests/indent/ql/module.ql')
-rw-r--r--tests/indent/ql/module.ql3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/indent/ql/module.ql b/tests/indent/ql/module.ql
index b3630e61b..128772b33 100644
--- a/tests/indent/ql/module.ql
+++ b/tests/indent/ql/module.ql
@@ -1,9 +1,6 @@
import go
module Test {
- class Foo extends Type {
- Foo() { this.getName() = "Foo" }
- }
}
select 1