mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
10 lines
248 B
Diff
10 lines
248 B
Diff
--- a/src/teakra/src/test.h
|
|
+++ b/src/teakra/src/test.h
|
|
@@ -34,5 +34,5 @@
|
|
u16 opcode, expand;
|
|
};
|
|
|
|
-static_assert(sizeof(TestCase) == 4312);
|
|
+// static_assert(sizeof(TestCase) == 4312);
|
|
static_assert(std::is_trivially_copyable_v<TestCase>);
|