aboutsummaryrefslogtreecommitdiff
path: root/new-luxc/test/test/luxc/lang/analysis/reference.lux
diff options
context:
space:
mode:
Diffstat (limited to 'new-luxc/test/test/luxc/lang/analysis/reference.lux')
-rw-r--r--new-luxc/test/test/luxc/lang/analysis/reference.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/new-luxc/test/test/luxc/lang/analysis/reference.lux b/new-luxc/test/test/luxc/lang/analysis/reference.lux
index 45e1eb0e8..0ab23600b 100644
--- a/new-luxc/test/test/luxc/lang/analysis/reference.lux
+++ b/new-luxc/test/test/luxc/lang/analysis/reference.lux
@@ -30,7 +30,7 @@
(&scope.with-local [var-name ref-type]
(@common.with-unknown-type
(@.analyse-reference ["" var-name]))))
- (macro.run (init-compiler []))
+ (macro.run (io.run init-jvm))
(case> (^ (#e.Success [_type (^code ((~ [_ (#.Int var)])))]))
(type/= ref-type _type)
@@ -43,7 +43,7 @@
[ref-type (' {}) (:! Void [])])]
(@common.with-unknown-type
(@.analyse-reference [module-name var-name])))
- (macro.run (init-compiler []))
+ (macro.run (io.run init-jvm))
(case> (#e.Success [_type [_ (#.Symbol def-name)]])
(type/= ref-type _type)