We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a090496 commit 3d31029Copy full SHA for 3d31029
crates/llvm-builder/tests/build.rs
@@ -134,7 +134,7 @@ fn build_and_clean_emscripten() -> anyhow::Result<()> {
134
.success();
135
136
// Build with emscripten target
137
- Command::new(common::REVIVE_LLVM)?
+ Command::new(common::REVIVE_LLVM)
138
.current_dir(test_dir.path())
139
.arg("--target-env")
140
.arg("emscripten")
0 commit comments