comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/MulTest.java @ 8517:79cc35a1c2e7

-Merge
author Christos Kotselidis <christos.kotselidis@oracle.com>
date Mon, 25 Mar 2013 22:57:00 +0100
parents b2161263e9f2
children 07f8d136a05e
comparison
equal deleted inserted replaced
8516:c1385bb5851b 8517:79cc35a1c2e7
43 "12000000000000000000000000", 43 "12000000000000000000000000",
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 }