Skip to content

Commit bb169e9

Browse files
committed
Remove broken test
1 parent 2dee99c commit bb169e9

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/builtin/modules/FileDescriptorConversionNodeTests.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,6 @@ public void none() {
7676
Assert.assertEquals(AT_FDCWD.value, call(PNone.NO_VALUE));
7777
}
7878

79-
@Test
80-
public void noValue() {
81-
expectPythonMessage("TypeError: argument must be an int, or have a fileno() method.");
82-
call(PNone.NO_VALUE);
83-
}
84-
8579
@Test
8680
public void fdBool() {
8781
Assert.assertEquals(0, call(false));

0 commit comments

Comments
 (0)