From 27009fca68f1326b5737afdbf29fc06c8bd4c275 Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 9 Jun 2016 18:01:34 +0200 Subject: [PATCH] Fixed module names in tc036 --- tests/tc036/bar.d | 4 ++-- tests/tc036/file.d | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/tc036/bar.d b/tests/tc036/bar.d index 4ec195e..7db5596 100644 --- a/tests/tc036/bar.d +++ b/tests/tc036/bar.d @@ -1,3 +1,3 @@ -module tc033.bar; +module tc036.bar; -void fooBarFunc() {} \ No newline at end of file +void fooBarFunc() { } diff --git a/tests/tc036/file.d b/tests/tc036/file.d index 6f11233..375042c 100644 --- a/tests/tc036/file.d +++ b/tests/tc036/file.d @@ -1,3 +1,3 @@ -import tc033.bar; +import tc036.bar; -void main() { fooBarF } \ No newline at end of file +void main() { fooBarF }