Aer/tests/entry_point.exp
belliash 76880ae4e2
All checks were successful
The build was successful.
Extend this test.
2019-05-08 09:03:21 +02:00

10 lines
256 B
Plaintext

Program::__construct() called.
Test1::__construct() called.
Program::main() called.
Test2::__construct() called.
Test1::__construct() called.
Program::__destruct() called.
Test1::__destruct() called.
Test2::__destruct() called.
Test1::__destruct() called.