diff options
author | Eduardo Julian | 2019-06-21 02:28:36 -0400 |
---|---|---|
committer | Eduardo Julian | 2019-06-21 02:28:36 -0400 |
commit | 4185f741da89db237ee68920cb155d64d2fac356 (patch) | |
tree | 2ed59e072c47a24390e3afd9f82f58245bdc11e1 /stdlib/source/test | |
parent | bbc0f5dc9dc0f810e95a20c8a986adb3839f9fdc (diff) |
Separated reading and writing binary data (lumping them together was a bad idea in the first place).
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux/target/jvm.lux | 2 |
1 files changed, 1 insertions, 1 deletions
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." |