Skip to content

Commit b1e5e51

Browse files
authored
remove cxx_flags
1 parent 1f5837a commit b1e5e51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/run-make/c-link-to-rust-staticlib/rmake.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
//@ ignore-cross-compile
55

6-
use run_make_support::{cc, extra_c_flags, extra_cxx_flags, run, rustc, static_lib};
6+
use run_make_support::{cc, extra_c_flags, run, rustc, static_lib};
77
use std::fs;
88

99
fn main() {
@@ -12,7 +12,6 @@ fn main() {
1212
.input(static_lib("foo"))
1313
.out_exe("bar")
1414
.args(&extra_c_flags())
15-
.args(&extra_cxx_flags())
1615
.run();
1716
run("bar");
1817
fs::remove_file(static_lib("foo"));

0 commit comments

Comments
 (0)