# HG changeset patch # User Doug Simon # Date 1368046594 -7200 # Node ID ac96c2062de4ba08522e8366b471b83b4bd90717 # Parent e97dc9bbfedc5c699151ac2b34b582bb05c4c69b# Parent fb3ed8e444ea7216599f72e5e1354e45b59d447d Merge. diff -r e97dc9bbfedc -r ac96c2062de4 graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/AbstractTest.java --- a/graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/AbstractTest.java Wed May 08 22:55:17 2013 +0200 +++ b/graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/AbstractTest.java Wed May 08 22:56:34 2013 +0200 @@ -49,7 +49,7 @@ return result.toString(); } - protected void executeSL(String[] input, String[] expectedOutput, boolean useConsole) { + protected static void executeSL(String[] input, String[] expectedOutput, boolean useConsole) { InputStream in = new ByteArrayInputStream(concat(input).getBytes()); ByteArrayOutputStream out = new ByteArrayOutputStream();