From e80650a5618244be409a7523668752d62f3049e7 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Mon, 30 Jan 2023 19:09:03 +0200 Subject: [PATCH] Test cases - Added `simple_literals.t` test case to test coercion --- source/tlang/testing/simple_literals.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tlang/testing/simple_literals.t b/source/tlang/testing/simple_literals.t index 644a37a..1a0f4f8 100644 --- a/source/tlang/testing/simple_literals.t +++ b/source/tlang/testing/simple_literals.t @@ -1,3 +1,3 @@ module simple_literals; -int var = 1; \ No newline at end of file +ubyte var = 1; \ No newline at end of file