comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/LoopTest.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
41 "1000", 41 "1000",
42 }; 42 };
43 43
44 @Test 44 @Test
45 public void test() { 45 public void test() {
46 executeSL(INPUT, OUTPUT, true); 46 executeSL(INPUT, OUTPUT, false);
47 } 47 }
48 } 48 }