diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test.stage | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test.stage b/tests/test.stage index cc765a4..dc7ad7e 100644 --- a/tests/test.stage +++ b/tests/test.stage | |||
| @@ -24,8 +24,10 @@ situation <<start>> | |||
| 24 | { | 24 | { |
| 25 | if true then | 25 | if true then |
| 26 | { | 26 | { |
| 27 | getVal(); | 27 | getVal(); |
| 28 | } | 28 | } |
| 29 | |||
| 30 | display( count( "global.stuff" ) ); | ||
| 29 | } | 31 | } |
| 30 | 32 | ||
| 31 | enter | 33 | enter |
