Enable serialization tests

This commit is contained in:
momo5502
2025-10-21 20:41:53 +02:00
parent 652f8d7f17
commit 829836c333

View File

@@ -53,8 +53,7 @@ namespace test
ASSERT_EQ(serializer1.get_buffer(), serializer2.get_buffer());
}
#if 0 // currently broken
TEST(SerializationTest, EmulationIsReproducible)
TEST(SerializationTest, EmulationIsReproducible)
{
auto emu1 = create_sample_emulator();
emu1.start();
@@ -102,6 +101,4 @@ namespace test
ASSERT_EQ(serializer1.get_buffer(), serializer2.get_buffer());
}
#endif // 0
}