diff options
Diffstat (limited to 'test/testext.ok')
-rw-r--r-- | test/testext.ok | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testext.ok b/test/testext.ok index 897a7336..fbc3c263 100644 --- a/test/testext.ok +++ b/test/testext.ok @@ -86,6 +86,9 @@ message_string = hello, world new_array["hello"] = "world" new_array["answer"] = "42" +test::testval = in namespace test +test::test_function() called. + at_exit2 called (should be first): data = NULL, exit_status = 0 at_exit1 called (should be second): (data is & data_for_1), data value = 0xdeadbeef, exit_status = 0 at_exit0 called (should be third): data = NULL, exit_status = 0 |