diff graal/com.oracle.truffle.sl.test/tests/error/TypeError01.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 b16ec83edc73
children
line wrap: on
line diff
--- a/graal/com.oracle.truffle.sl.test/tests/error/TypeError01.output	Mon Jul 14 17:06:32 2014 -0700
+++ b/graal/com.oracle.truffle.sl.test/tests/error/TypeError01.output	Tue Jul 15 14:22:14 2014 -0700
@@ -1,1 +1,1 @@
-Type error at TypeError01.sl line 2 col 5: operation "-" not defined for Number 3, String "4"
+Type error at TypeError01.sl line 2 col 3: operation "-" not defined for Number 3, String "4"