Skip to content

Commit

Permalink
See if dtolnay/trybuild#32 fixes trybuild normalization for running t…
Browse files Browse the repository at this point in the history
…he static tests in Windows.
  • Loading branch information
dherman committed Oct 1, 2019
1 parent 72e83f0 commit e542dda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,6 @@ mod tests {

log("static_test");

// Temporarily disabled in Windows; blocked on https://github.com/dtolnay/trybuild/issues/30
#[cfg(not(windows))]
run("cargo test --release", &project_root().join("test").join("static"));
}

Expand Down
2 changes: 1 addition & 1 deletion test/static/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ license = "MIT/Apache-2.0"
neon = { path = "../../" }

[dev-dependencies]
trybuild = "1.0.14"
trybuild = { git = "https://github.com/dherman/trybuild/commit/9f31d8608d88a0fe05c5727baaea419a1ba3488f" }

0 comments on commit e542dda

Please sign in to comment.