comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/AbstractTest.java @ 9258:07f8d136a05e

Truffle API changes for the Frame API. Introduction of Assumptions class.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 23 Apr 2013 15:34:06 +0200
parents b2161263e9f2
children fb3ed8e444ea
comparison
equal deleted inserted replaced
9257:542712a4732a 9258:07f8d136a05e
60 SimpleLanguage.run(in, printer, REPEATS, false); 60 SimpleLanguage.run(in, printer, REPEATS, false);
61 61
62 System.setErr(origErr); 62 System.setErr(origErr);
63 Assert.assertEquals(repeat(concat(expectedOutput), REPEATS), new String(out.toByteArray())); 63 Assert.assertEquals(repeat(concat(expectedOutput), REPEATS), new String(out.toByteArray()));
64 } 64 }
65
65 } 66 }