Skip to content

Commit

Permalink
Merge pull request rustwasm#841 from Pauan/fixing-ci
Browse files Browse the repository at this point in the history
Fixing build error
  • Loading branch information
Pauan authored May 5, 2020
2 parents 8eecad0 + fe26471 commit 2d0af80
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 2d0af80

Please sign in to comment.