diff graal/com.oracle.truffle.sl.test/tests/String.output @ 16514:247a6c2fc382

SL: update tests; error locations reported differently with source attribution change.
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 15 Jul 2014 14:22:14 -0700
parents ff3136ecb5a7
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.sl.test/tests/String.output	Mon Jul 14 17:06:32 2014 -0700
+++ b/graal/com.oracle.truffle.sl.test/tests/String.output	Tue Jul 15 14:22:14 2014 -0700
@@ -7,4 +7,4 @@
 bars
 foos
 2 < 4: true
-Type error at String.sl line 9 col 36: operation "<" not defined for Number 2, String "4"
+Type error at String.sl line 9 col 34: operation "<" not defined for Number 2, String "4"