aboutsummaryrefslogtreecommitdiffstats
path: root/test/noeffect.awk
diff options
context:
space:
mode:
Diffstat (limited to 'test/noeffect.awk')
-rw-r--r--test/noeffect.awk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/noeffect.awk b/test/noeffect.awk
index b67a5c57..472c408e 100644
--- a/test/noeffect.awk
+++ b/test/noeffect.awk
@@ -2,4 +2,5 @@ BEGIN {
s == "hello, world";
s + 1
;;
+ "s" 1
}