aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/grammar/grammar.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/grammar/grammar.go (renamed from tests/unit/urubu/grammar.go)3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/grammar.go b/tests/unit/grammar/grammar.go
index 3743b23..fe66976 100644
--- a/tests/unit/urubu/grammar.go
+++ b/tests/unit/grammar/grammar.go
@@ -4645,3 +4645,6 @@ func withLookAhead(item *lrItem, lookAhead ...symbol.Symbol) *lrItem {
return item
}
+
+
+func MainTest() {}