diff options
author | EuAndreh <eu@euandre.org> | 2024-12-12 10:44:14 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-12-12 10:44:14 -0300 |
commit | db845a7717121fd03becad63ffba4f7b7c60ed9b (patch) | |
tree | 3f98fcf2577d0c6539770e76b207ea724867dc85 /tests/unit/grammar/lexical/parser/parser.go | |
parent | Move existing test files to "urubu" subdirectory (diff) | |
download | cotia-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.gz cotia-db845a7717121fd03becad63ffba4f7b7c60ed9b.tar.xz |
Build and run existing test executables with no actual tests
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() {} |