Skip to content

Commit

Permalink
update: rebasing to master
Browse files Browse the repository at this point in the history
fixes conflicts encountered when rebasing to master

fixes # 390
  • Loading branch information
huangjj27 committed Oct 20, 2018
1 parent f7ce0b6 commit 1287e84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ use error::Error;
use failure::{self, ResultExt};
use progressbar::Step;
use slog::Logger;
use std::env;
use std::path::{Path, PathBuf};
use std::process::Command;
use target;
Expand Down
2 changes: 2 additions & 0 deletions tests/all/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ fn it_format_out_dir_on_windows() {
&fixture.path.display().to_string(),
])
.unwrap();

let logger = logger::new(&cli.cmd, 3).unwrap();
let result = command::run_wasm_pack(cli.cmd, &logger);
assert!(result.is_ok(), "js_hello_world example should pass");

Expand Down

0 comments on commit 1287e84

Please sign in to comment.