summaryrefslogtreecommitdiffstats
path: root/contrib/awk/test/reparse.awk
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/awk/test/reparse.awk')
-rw-r--r--contrib/awk/test/reparse.awk7
1 files changed, 0 insertions, 7 deletions
diff --git a/contrib/awk/test/reparse.awk b/contrib/awk/test/reparse.awk
deleted file mode 100644
index 433ecbb..0000000
--- a/contrib/awk/test/reparse.awk
+++ /dev/null
@@ -1,7 +0,0 @@
-{
- gsub(/x/, " ")
- $0 = $0
- print $1
- print $0
- print $1, $2, $3
-}
OpenPOWER on IntegriCloud