Aer/tests/entry_point.exp

10 lines
256 B
Plaintext
Raw Permalink Normal View History

2019-04-17 17:41:47 +02:00
Program::__construct() called.
2019-05-08 09:03:21 +02:00
Test1::__construct() called.
2019-04-17 17:41:47 +02:00
Program::main() called.
2019-05-08 09:03:21 +02:00
Test2::__construct() called.
Test1::__construct() called.
Program::__destruct() called.
Test1::__destruct() called.
Test2::__destruct() called.
Test1::__destruct() called.