Skip to content

Commit fb5d9cc

Browse files
author
Adam Hrbac
committed
Reenable a now-supported test in the bci
1 parent 2afbaa4 commit fb5d9cc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/parser/ParseWithArgumentsTests.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
import static com.oracle.graal.python.test.PythonTests.ts;
4444
import static org.junit.Assert.assertEquals;
4545

46-
import com.oracle.graal.python.runtime.PythonOptions;
47-
import org.junit.Assume;
48-
import org.junit.Before;
4946
import org.junit.Test;
5047

5148
import com.oracle.graal.python.PythonLanguage;
@@ -55,11 +52,6 @@
5552

5653
public class ParseWithArgumentsTests extends ParserTestBase {
5754

58-
@Before
59-
public void ensureNoBytecodeInterpreter() {
60-
Assume.assumeFalse(context.getOption(PythonOptions.EnableBytecodeInterpreter));
61-
}
62-
6355
@Test
6456
public void testSimple01() throws Exception {
6557
Source source = createSource("arg1");

0 commit comments

Comments
 (0)