view graal/com.oracle.truffle.sl.test/tests/error/TypeError05.sl @ 16686:a59d447dde94

SL/SourceAttribution: correct expected output from a test that has changed
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Fri, 01 Aug 2014 18:24:22 -0700
parents b16ec83edc73
children
line wrap: on
line source

function main() {
  f = 1 < 2;
  f();  
}