mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-18 19:23:56 +00:00
Prepare support for serialization of non-default-constructible objects
This commit is contained in:
@@ -8,7 +8,7 @@ namespace test
|
||||
emu.logger.disable_output(true);
|
||||
emu.start();
|
||||
|
||||
assert_terminated_successfully(emu);
|
||||
ASSER_TERMINATED_SUCCESSFULLY(emu);
|
||||
}
|
||||
|
||||
TEST(EmulationTest, CountedEmulationWorks)
|
||||
|
||||
Reference in New Issue
Block a user