- Added test case for `"source/tlang/testing/simple_aliases.t"`
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-08 13:55:52 +02:00
parent f75028c215
commit 657fe07b90
1 changed files with 2 additions and 1 deletions

View File

@ -495,7 +495,8 @@ unittest
"source/tlang/testing/universal_coerce/simple_coerce_literal_good.t",
"source/tlang/testing/universal_coerce/simple_coerce_literal_good_stdalo.t",
"source/tlang/testing/simple_function_return_type_check_good.t",
"source/tlang/testing/modules/a.t"
"source/tlang/testing/modules/a.t",
"source/tlang/testing/simple_aliases.t"
];
foreach(string testFileGood; testFilesGood)