diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 11:20:32 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-02-15 11:20:32 +0200 |
commit | 79fbe93a20957ec382da76fdc2af5cf0a2de5e6f (patch) | |
tree | d283767f4960ea8e776506a3930b20f4032f4e1c /test/profile11.ok | |
parent | 83b59da8d4e33804bc7679446243104a76c4ded8 (diff) | |
download | egawk-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.ok | 2 |
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 } |