Skip to content

Commit ddfda7a

Browse files
committed
comment test
1 parent d1a8c40 commit ddfda7a

File tree

1 file changed

+2
-3
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests

1 file changed

+2
-3
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_re.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ def test_none_value():
9090
if special or text ])
9191
n = next(stream)
9292
assert not n[0]
93-
assert str(n[0]) == 'None'
93+
# GR-17928
94+
# assert str(n[0]) == 'None'
9495

9596
class S(str):
9697
def __getitem__(self, index):
@@ -457,5 +458,3 @@ def test_finditer_empty_string(self):
457458
r"(//?| ==?)|([[]]+)")
458459
for m in regex.finditer(''):
459460
self.fail()
460-
461-

0 commit comments

Comments
 (0)