diff options
author | Milan Rossa <rossa.milan@gmail.com> | 2019-08-05 15:12:27 +0200 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-08-15 17:31:04 +1000 |
commit | 28cb15d1313c77a04d1b119089dd1b4c7ac5ebb1 (patch) | |
tree | 1031bc8b3080871cdf28223eb623234cff0d7bdd /tests/misc/sys_atexit.py.exp | |
parent | 6f0c6bd77410ad25ade6a3999c62451ae76ea60a (diff) |
tests/misc/sys_atexit: Add test for new sys.atexit feature.
Diffstat (limited to 'tests/misc/sys_atexit.py.exp')
-rw-r--r-- | tests/misc/sys_atexit.py.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/misc/sys_atexit.py.exp b/tests/misc/sys_atexit.py.exp new file mode 100644 index 000000000..3cbdae9a5 --- /dev/null +++ b/tests/misc/sys_atexit.py.exp @@ -0,0 +1,2 @@ +done before exit +done at exit: ok |