aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/grammar/symbol/symbol.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/unit/grammar/symbol/symbol.go (renamed from tests/unit/urubu/grammar/symbol.go)3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/grammar/symbol.go b/tests/unit/grammar/symbol/symbol.go
index 31c3edd..3e23c2b 100644
--- a/tests/unit/urubu/grammar/symbol.go
+++ b/tests/unit/grammar/symbol/symbol.go
@@ -157,3 +157,6 @@ func testSymbolProperty(t *testing.T, sym Symbol, isNil, isStart, isEOF, isNonTe
t.Fatalf("isTerminal property is mismatched; want: %v, got: %v", isTerminal, v)
}
}
+
+
+func MainTest() {}