aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/driver/lexer/lexer.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-12-12 10:44:14 -0300
committerEuAndreh <eu@euandre.org>2024-12-12 10:44:14 -0300
commitdb845a7717121fd03becad63ffba4f7b7c60ed9b (patch)
tree3f98fcf2577d0c6539770e76b207ea724867dc85 /tests/unit/driver/lexer/lexer.go
parentMove existing test files to "urubu" subdirectory (diff)
downloadcotia-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/driver/lexer/lexer.go (renamed from tests/unit/urubu/driver/lexer.go)3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/urubu/driver/lexer.go b/tests/unit/driver/lexer/lexer.go
index a3d0231..364a0f5 100644
--- a/tests/unit/urubu/driver/lexer.go
+++ b/tests/unit/driver/lexer/lexer.go
@@ -930,3 +930,6 @@ func testToken(t *testing.T, expected, actual *Token) {
t.Fatalf(`unexpected token; want: %+v, got: %+v`, expected, actual)
}
}
+
+
+func MainTest() {}