# HG changeset patch # User Michael Van De Vanter # Date 1406942662 25200 # Node ID a59d447dde94bafed678d64d81cd50dc5fd1cc69 # Parent 88890729659020ed3568671f06dec65323a9b28f SL/SourceAttribution: correct expected output from a test that has changed diff -r 888907296590 -r a59d447dde94 graal/com.oracle.truffle.sl.test/tests/error/TypeError02.output --- a/graal/com.oracle.truffle.sl.test/tests/error/TypeError02.output Fri Aug 01 18:14:43 2014 -0700 +++ b/graal/com.oracle.truffle.sl.test/tests/error/TypeError02.output Fri Aug 01 18:24:22 2014 -0700 @@ -1,1 +1,1 @@ -Type error at TypeError02.sl line 2 col 6: operation "if" not defined for String "4" +Type error at TypeError02.sl line 2 col 3: operation "if" not defined for String "4"