Skip to content

Commit 3d31029

Browse files
committed
yet another fix
1 parent a090496 commit 3d31029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/llvm-builder/tests/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ fn build_and_clean_emscripten() -> anyhow::Result<()> {
134134
.success();
135135

136136
// Build with emscripten target
137-
Command::new(common::REVIVE_LLVM)?
137+
Command::new(common::REVIVE_LLVM)
138138
.current_dir(test_dir.path())
139139
.arg("--target-env")
140140
.arg("emscripten")

0 commit comments

Comments
 (0)