aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile11.ok
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-02-15 11:20:32 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-02-15 11:20:32 +0200
commit79fbe93a20957ec382da76fdc2af5cf0a2de5e6f (patch)
treed283767f4960ea8e776506a3930b20f4032f4e1c /test/profile11.ok
parent83b59da8d4e33804bc7679446243104a76c4ded8 (diff)
downloadegawk-79fbe93a20957ec382da76fdc2af5cf0a2de5e6f.tar.gz
egawk-79fbe93a20957ec382da76fdc2af5cf0a2de5e6f.tar.bz2
egawk-79fbe93a20957ec382da76fdc2af5cf0a2de5e6f.zip
Fix plain `print' to work if profiling.
Diffstat (limited to 'test/profile11.ok')
-rw-r--r--test/profile11.ok2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/profile11.ok b/test/profile11.ok
index 77f4dd7f..be027371 100644
--- a/test/profile11.ok
+++ b/test/profile11.ok
@@ -301,7 +301,7 @@ BEGIN {
# range comment c
/foo/, /bar/ {
- print
+ print
}