comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/SubTest.java @ 8463:b2161263e9f2

Cleanup unit tests : they should not print to stdout/stderr
author Gilles Duboscq <duboscq@ssw.jku.at>
date Mon, 25 Mar 2013 19:22:03 +0100
parents e8e3bfc8a003
children 07f8d136a05e
comparison
equal deleted inserted replaced
8462:149dee7367e0 8463:b2161263e9f2
43 "-1000000000000", 43 "-1000000000000",
44 }; 44 };
45 45
46 @Test 46 @Test
47 public void test() { 47 public void test() {
48 executeSL(INPUT, OUTPUT, true); 48 executeSL(INPUT, OUTPUT, false);
49 } 49 }
50 } 50 }