aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile6.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile6.ok')
-rw-r--r--test/profile6.ok10
1 files changed, 5 insertions, 5 deletions
diff --git a/test/profile6.ok b/test/profile6.ok
index 86ff68a6..0c9486c7 100644
--- a/test/profile6.ok
+++ b/test/profile6.ok
@@ -1,10 +1,10 @@
# BEGIN rule(s)
BEGIN {
- x = 3
- print -(-x)
- Q = "|"
- print -3 Q (-4)
- print -3 Q (-4) (-5)
+ 1 x = 3
+ 1 print -(-x)
+ 1 Q = "|"
+ 1 print -3 Q (-4)
+ 1 print -3 Q (-4) (-5)
}