Fix wasm gen dev tests

This commit is contained in:
Richard Feldman 2022-07-09 21:25:18 -04:00
parent 86ee6b0e03
commit c8d8b6adb6
No known key found for this signature in database
GPG key ID: 7E4127D1E4241798

View file

@ -73,7 +73,7 @@ fn compile_roc_to_wasm_bytes<'a, T: Wasm32Result>(
_test_wrapper_type_info: PhantomData<T>,
) -> Vec<u8> {
let filename = PathBuf::from("Test.roc");
let src_dir = Path::new("fake/test/path");
let src_dir = PathBuf::from("fake/test/path");
let module_src;
let temp;