comparison graal/com.oracle.truffle.sl.test/src/com/oracle/truffle/sl/test/ComparisonTest.java @ 7518:e8e3bfc8a003

disabled auto-formatting of manually formatted test code
author Doug Simon <doug.simon@oracle.com>
date Tue, 22 Jan 2013 20:40:30 +0100
parents 213c1297a814
children b2161263e9f2
comparison
equal deleted inserted replaced
7517:b6743d7eb8d4 7518:e8e3bfc8a003
22 */ 22 */
23 package com.oracle.truffle.sl.test; 23 package com.oracle.truffle.sl.test;
24 24
25 import org.junit.*; 25 import org.junit.*;
26 26
27 // @formatter:off
27 public class ComparisonTest extends AbstractTest { 28 public class ComparisonTest extends AbstractTest {
28 29
29 private static String[] INPUT = new String[] { 30 private static String[] INPUT = new String[] {
30 "function main { ", 31 "function main { ",
31 " print 4 < 20; ", 32 " print 4 < 20; ",