diff options
Diffstat (limited to '')
-rw-r--r-- | tests/unit/spec/grammar/parser/parser.go (renamed from tests/unit/urubu/spec/grammar/parser.go) | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/spec/grammar/parser.go b/tests/unit/spec/grammar/parser/parser.go index 773c466..8170518 100644 --- a/tests/unit/urubu/spec/grammar/parser.go +++ b/tests/unit/spec/grammar/parser/parser.go @@ -1437,3 +1437,6 @@ func testPosition(t *testing.T, pos, expected Position) { t.Fatalf("unexpected position want: %+v, got: %+v", expected, pos) } } + + +func MainTest() {} |