We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e559a9 commit ea5fe83Copy full SHA for ea5fe83
graalpython/com.oracle.graal.python.test/src/tests/test_struct.py
@@ -89,9 +89,9 @@ def test_new_features():
89
res = struct.pack(xfmt, arg)
90
assert res == exp
91
assert struct.calcsize(xfmt) == len(res)
92
- rev = struct.unpack(xfmt, res)[0]
93
- if rev != arg:
94
- assert asy
+# rev = struct.unpack(xfmt, res)[0]
+# if rev != arg:
+# assert asy
95
96
97
def test_pack_unpack():
0 commit comments