diff truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLLanguage.java @ 22460:c350ef0119c6

Truffle/SL: very minor tweaks, part of REPL work
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 17 Nov 2015 17:28:29 -0800
parents 045c31f9f133
children 5573f12b94f8
line wrap: on
line diff
--- a/truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLLanguage.java	Thu Nov 12 12:24:45 2015 -0800
+++ b/truffle/com.oracle.truffle.sl/src/com/oracle/truffle/sl/SLLanguage.java	Tue Nov 17 17:28:29 2015 -0800
@@ -472,7 +472,7 @@
 
     @Override
     protected Object evalInContext(Source source, Node node, MaterializedFrame mFrame) throws IOException {
-        throw new IllegalStateException("evalInContext not supported in this language");
+        throw new IllegalStateException("evalInContext not supported in SL");
     }
 
     public Node createFindContextNode0() {