view graal/com.oracle.truffle.sl.test/tests/error/TypeError03.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 afd6fa5e8229
children
line wrap: on
line source

function main() {  
  "4" && 4;  
}