Fixed module names in tc036

This commit is contained in:
WebFreak001 2016-06-09 18:01:34 +02:00
parent 65ce171d2c
commit 27009fca68
2 changed files with 4 additions and 4 deletions
tests/tc036

View File

@ -1,3 +1,3 @@
module tc033.bar;
module tc036.bar;
void fooBarFunc() {}
void fooBarFunc() { }

View File

@ -1,3 +1,3 @@
import tc033.bar;
import tc036.bar;
void main() { fooBarF }
void main() { fooBarF }