Test script cleanup (programs are not modules)

This commit is contained in:
edmccard 2012-04-09 23:39:41 -04:00
parent ceb7f5b678
commit 960d3f08a0
3 changed files with 0 additions and 9 deletions

View File

@ -1,6 +1,3 @@
module test.test_bus;
import test.base, test.cpu;

View File

@ -1,6 +1,3 @@
module test.test_decimal;
import std.stdio;
import test.base, test.cpu;

View File

@ -1,6 +1,3 @@
module test.test_func;
import test.base, test.cpu;