Skip to content

Commit 10b0bdd

Browse files
committed
Add reason for skipped codeop test
1 parent 669fec4 commit 10b0bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_codeop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def test_valid(self):
127127
av("def f():\n pass\n#foo\n")
128128
av("@a.b.c\ndef f():\n pass\n")
129129

130-
@unittest.skip("TODO: RUSTPYTHON")
130+
@unittest.skip("TODO: RUSTPYTHON (SyntaxError: Got unexpected EOF at line 4 column 1)")
131131
def test_incomplete(self):
132132
ai = self.assertIncomplete
133133

0 commit comments

Comments
 (0)