From 4185f741da89db237ee68920cb155d64d2fac356 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Fri, 21 Jun 2019 02:28:36 -0400 Subject: Separated reading and writing binary data (lumping them together was a bad idea in the first place). --- stdlib/source/test/lux/target/jvm.lux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/source/test') diff --git a/stdlib/source/test/lux/target/jvm.lux b/stdlib/source/test/lux/target/jvm.lux index 2ef15809b..873d32e09 100644 --- a/stdlib/source/test/lux/target/jvm.lux +++ b/stdlib/source/test/lux/target/jvm.lux @@ -97,7 +97,7 @@ (/field.field /field.public field1 descriptor1 (row.row))) (row.row) (row.row)) - bytecode (binaryF.write /class.format input) + bytecode (binaryF.run /class.writer input) loader (/loader.memory (/loader.new-library []))]] ($_ _.and (_.test "Can read a generated class." -- cgit v1.2.3