- Added test case for `"source/tlang/testing/modules/a.t"`
This commit is contained in:
Tristan B. Velloza Kildaire 2024-05-08 13:54:56 +02:00
parent 5f81ac41db
commit ce32cfe00d
1 changed files with 2 additions and 1 deletions

View File

@ -494,7 +494,8 @@ unittest
"source/tlang/testing/simple_literals6.t",
"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/simple_function_return_type_check_good.t",
"source/tlang/testing/modules/a.t"
];
foreach(string testFileGood; testFilesGood)