Skip to content

Commit eb77649

Browse files
committed
no need to test for arguments for global scope anymore - that concept is gone now
1 parent 1f0755c commit eb77649

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

com.oracle.truffle.r.test/src/com/oracle/truffle/r/test/tck/FastRDebugTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,8 +384,6 @@ public void testScopeArguments() throws Throwable {
384384
debuggerSession.suspendNextExecution();
385385
});
386386

387-
assertArguments(1, "main(1, 2, 3, 4)");
388-
389387
stepInto(1);
390388
assertArguments(2, "x <- 10L", "a", 1, "b", 2, "c", 3, "d", 4);
391389
continueExecution();

0 commit comments

Comments
 (0)