diff options
author | Eduardo Julian | 2022-11-18 20:56:49 -0400 |
---|---|---|
committer | Eduardo Julian | 2022-11-18 20:56:49 -0400 |
commit | 6aa4fac0c97264a2b1186063c062ae0873582f54 (patch) | |
tree | b34540d9688ccef495a2c29eec3c7ff30d5e7f16 /stdlib/source/test | |
parent | 4ea7563c46a07dbe1cb84547a60e9398144917ae (diff) |
Updated the Python compiler to work with the new format for extensions.
Diffstat (limited to 'stdlib/source/test')
-rw-r--r-- | stdlib/source/test/lux/meta/target/python.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/test/lux/meta/target/python.lux b/stdlib/source/test/lux/meta/target/python.lux index 7b0b0d77a..13510a10b 100644 --- a/stdlib/source/test/lux/meta/target/python.lux +++ b/stdlib/source/test/lux/meta/target/python.lux @@ -440,7 +440,7 @@ random.nat) environment (..dict [])] (exec - ("python exec" (/.code (it (/.var $output))) (as_expected environment)) + (.python_exec# (/.code (it (/.var $output))) (as_expected environment)) (Dict::get $output environment)))) (def test|access |