mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
repl_test: fix path for compiler include_bytes
This commit is contained in:
parent
3588e57c6a
commit
2eea0b1adf
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ use roc_wasm_interp::{
|
|||
};
|
||||
|
||||
const COMPILER_BYTES: &[u8] =
|
||||
include_bytes!("../../../.ignore/repl_test_target/wasm32-wasi/release/roc_repl_wasm.wasm");
|
||||
include_bytes!("../../../target/wasm32-wasi/release/roc_repl_wasm.wasm");
|
||||
|
||||
struct CompilerDispatcher<'a> {
|
||||
arena: &'a Bump,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue