From a5a71a224408b6a7a736fd2f4c06646bf5c89fd8 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 16 Nov 2019 22:40:58 -0400 Subject: Tests for JVM bytecode machinery. [Part 5] --- stdlib/source/lux.lux | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'stdlib/source/lux.lux') diff --git a/stdlib/source/lux.lux b/stdlib/source/lux.lux index 6042457fe..c33f025ea 100644 --- a/stdlib/source/lux.lux +++ b/stdlib/source/lux.lux @@ -3985,7 +3985,9 @@ _ (do meta-monad [current-module current-module-name] - (fail (text@compose "Wrong syntax for import @ " current-module)))))) + (fail ($_ text@compose + "Wrong syntax for import @ " current-module + ..new-line (%code token))))))) imports)] (wrap (list@join imports')))) -- cgit v1.2.3