aboutsummaryrefslogtreecommitdiff
path: root/tools/test.nom
diff options
context:
space:
mode:
authorBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:53:12 -0700
committerBruce Hill <bitbucket@bruce-hill.com>2018-07-23 14:54:05 -0700
commit6e5d551071cdf0e03cca7f8c9ca5e54244e2b150 (patch)
treed988dbe5a4fdbb06e62f4908dd6ccfc85b32d3d9 /tools/test.nom
parent470a6fe7f987f7c5e5c1fa7b6b31956479ababed (diff)
Run 'use "core"' by default before running anything else, unless --no-core command line flag is used.
Diffstat (limited to 'tools/test.nom')
-rwxr-xr-xtools/test.nom1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.nom b/tools/test.nom
index 3f2622e..1cad598 100755
--- a/tools/test.nom
+++ b/tools/test.nom
@@ -1,5 +1,4 @@
#!/usr/bin/env nomsu -V2.5.4.3
-use "core"
use "lib/os.nom"
use "lib/consolecolor.nom"