Skip to content

Commit

Permalink
Fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Pauan committed May 5, 2020
1 parent 8eecad0 commit fe26471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/all/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ fn build_with_and_without_wasm_bindgen_debug() {
.assert()
.success();

let contents = fs::read_to_string(fixture.path.join("pkg/whatever.js")).unwrap();
let contents = fs::read_to_string(fixture.path.join("pkg/whatever_bg.js")).unwrap();
let contains_move_assertions =
contents.contains("throw new Error('Attempt to use a moved value')");
assert_eq!(
Expand Down

0 comments on commit fe26471

Please sign in to comment.