Fixed module names in tc036
This commit is contained in:
parent
65ce171d2c
commit
27009fca68
|
@ -1,3 +1,3 @@
|
||||||
module tc033.bar;
|
module tc036.bar;
|
||||||
|
|
||||||
void fooBarFunc() { }
|
void fooBarFunc() { }
|
|
@ -1,3 +1,3 @@
|
||||||
import tc033.bar;
|
import tc036.bar;
|
||||||
|
|
||||||
void main() { fooBarF }
|
void main() { fooBarF }
|
Loading…
Reference in New Issue