aboutsummaryrefslogtreecommitdiff
path: root/tests/priv_hello.ek
diff options
context:
space:
mode:
Diffstat (limited to 'tests/priv_hello.ek')
-rw-r--r--tests/priv_hello.ek7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/priv_hello.ek b/tests/priv_hello.ek
deleted file mode 100644
index fe6fa86..0000000
--- a/tests/priv_hello.ek
+++ /dev/null
@@ -1,7 +0,0 @@
-import "import/priv_hello.ek"
-
-main()
-{
- /* expect this to fail */
- hello();
-}