aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile2.ok
diff options
context:
space:
mode:
Diffstat (limited to 'test/profile2.ok')
-rw-r--r--test/profile2.ok10
1 files changed, 4 insertions, 6 deletions
diff --git a/test/profile2.ok b/test/profile2.ok
index 11dccdcd..6217fcd0 100644
--- a/test/profile2.ok
+++ b/test/profile2.ok
@@ -97,14 +97,12 @@
}
}
- 434 function inarray(val, arr, j)
+ 434 function inarray(val, arr, j, tmp)
{
- 11003 for (j in arr) {
- 11003 if (arr[j] == val) { # 387
- 387 return j
- }
+ 16297 for (j in arr) {
+ 16297 tmp[arr[j]]++
}
- 47 return ""
+ 434 return (val in tmp)
}
571 function lex()