summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/prtoeval.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/prtoeval.awk')
-rw-r--r--contrib/awk/test/prtoeval.awk4
1 files changed, 0 insertions, 4 deletions
diff --git a/contrib/awk/test/prtoeval.awk b/contrib/awk/test/prtoeval.awk
deleted file mode 100644
index 77880d8..0000000
--- a/contrib/awk/test/prtoeval.awk
+++ /dev/null
@@ -1,4 +0,0 @@
-function returns_a_str() { print "<in function>" ; return "'A STRING'" }
-BEGIN {
- print "partial line:", returns_a_str()
-}
OpenPOWER on IntegriCloud