Skip to content

Commit

Permalink
Compiler
Browse files Browse the repository at this point in the history
- Added test case for `"source/tlang/testing/simple_aliases.t"`
  • Loading branch information
deavmi committed May 8, 2024
1 parent f75028c commit 657fe07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/tlang/compiler/core.d
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 657fe07

Please sign in to comment.