diff options
Diffstat (limited to 'testsuite/semko/twentysix.stp')
-rwxr-xr-x | testsuite/semko/twentysix.stp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/semko/twentysix.stp b/testsuite/semko/twentysix.stp index 34d6d1d3..9ebffa4a 100755 --- a/testsuite/semko/twentysix.stp +++ b/testsuite/semko/twentysix.stp @@ -2,11 +2,12 @@ # need one of these for each prohibited statistic operation -global log_hist(x, 10) +global x probe end { + x[10] <<< 1 x[10] = 10 } |