diff graal/com.oracle.truffle.sl.test/tests/String.output @ 13883:ff3136ecb5a7

SL: small changes
author Christian Wimmer <christian.wimmer@oracle.com>
date Wed, 05 Feb 2014 03:16:21 -0800
parents b16ec83edc73
children 247a6c2fc382
line wrap: on
line diff
--- a/graal/com.oracle.truffle.sl.test/tests/String.output	Wed Feb 05 09:32:30 2014 +0100
+++ b/graal/com.oracle.truffle.sl.test/tests/String.output	Wed Feb 05 03:16:21 2014 -0800
@@ -6,3 +6,5 @@
 nulls
 bars
 foos
+2 < 4: true
+Type error at String.sl line 9 col 36: operation "<" not defined for Number 2, String "4"