mirror of
https://github.com/dlang-community/DCD.git
synced 2025-04-26 21:29:58 +03:00
Fixed module names in tc036
This commit is contained in:
parent
65ce171d2c
commit
27009fca68
2 changed files with 4 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue