aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/grammar/lexical/parser/parser.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/grammar/lexical/parser/parser.go (renamed from tests/unit/urubu/grammar/lexical/parser.go)3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/grammar/lexical/parser.go b/tests/unit/grammar/lexical/parser/parser.go
index d5d7039..288de95 100644
--- a/tests/unit/urubu/grammar/lexical/parser.go
+++ b/tests/unit/grammar/lexical/parser/parser.go
@@ -1905,3 +1905,6 @@ func testAST(t *testing.T, expected, actual CPTree) {
testAST(t, eLeft, aLeft)
testAST(t, eRight, aRight)
}
+
+
+func MainTest() {}