diff options
| -rw-r--r-- | suite/testcommon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/suite/testcommon.py b/suite/testcommon.py index ea0df719..de2360cc 100644 --- a/suite/testcommon.py +++ b/suite/testcommon.py @@ -583,6 +583,7 @@ class TestBuilder(Builder): struct.packed = 1 retinfo.append("Struct packed after adjustment: " + str(struct.packed)) retinfo.append("Struct type: " + str(struct.type)) + retinfo.append(str((struct == struct) and not (struct != struct))) return retinfo def test_Enumeration(self): |
