aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/query/parser_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/query/parser_test.go')
-rw-r--r--pkg/query/parser_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkg/query/parser_test.go b/pkg/query/parser_test.go
index e3ab971..5f68006 100644
--- a/pkg/query/parser_test.go
+++ b/pkg/query/parser_test.go
@@ -26,8 +26,6 @@ const (
OP_LE = query.OP_LE
OP_GE = query.OP_GE
OP_GT = query.OP_GT
- OP_PIPE = query.OP_PIPE
- OP_ARG = query.OP_ARG
)
func TestParse(t *testing.T) {