comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/TernaryTest.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 698cd036a1ca
children 07f8d136a05e
comparison
equal deleted inserted replaced
8462:149dee7367e0 8463:b2161263e9f2
45 "1", 45 "1",
46 }; 46 };
47 47
48 @Test 48 @Test
49 public void test() { 49 public void test() {
50 executeSL(INPUT, OUTPUT, true); 50 executeSL(INPUT, OUTPUT, false);
51 } 51 }
52 } 52 }