You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser/SSTSerializationTests.java
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -768,11 +768,6 @@ public void moduleDocTest() throws Exception {
768
768
"\"\"\"MODULE A DOC\"\"\"\n" + "print(\"module A\")");
769
769
}
770
770
771
-
@Test
772
-
publicvoidnonlocalTest() throwsException {
773
-
checkSerialization("nonlocal x");
774
-
}
775
-
776
771
@Test
777
772
publicvoidnumberBinTest() throwsException {
778
773
checkSerialization("0b101");
@@ -1084,7 +1079,7 @@ public void withTest() throws Exception {
0 commit comments