about summary refs log tree commit diff
path: root/Test/09funcdef.ztst
diff options
context:
space:
mode:
Diffstat (limited to 'Test/09funcdef.ztst')
-rw-r--r--Test/09funcdef.ztst13
1 files changed, 0 insertions, 13 deletions
diff --git a/Test/09funcdef.ztst b/Test/09funcdef.ztst
deleted file mode 100644
index 07a20349d..000000000
--- a/Test/09funcdef.ztst
+++ /dev/null
@@ -1,13 +0,0 @@
-%test
-
-  function f$$ () {
-    print regress expansion of function names
-  }
-  f$$
-0:Regression test: `function f$$ () { ... }'
->regress expansion of function names
-
-  function foo () print bar
-  foo
-0:Function definition without braces
->bar