aboutsummaryrefslogtreecommitdiff
path: root/tests/pub_import_hello.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pub_import_hello.ek')
-rw-r--r--tests/pub_import_hello.ek6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/pub_import_hello.ek b/tests/pub_import_hello.ek
deleted file mode 100644
index 7765efb..0000000
--- a/tests/pub_import_hello.ek
+++ /dev/null
@@ -1,6 +0,0 @@
-import "import/pub_import_hello.ek";
-
-main()
-{
- hello();
-}