Skip to content

Commit 6fbdf07

Browse files
chore: revert default target
1 parent 6f9e90e commit 6fbdf07

File tree

1 file changed

+1
-3
lines changed
  • crates/intrinsic-test/src/common

1 file changed

+1
-3
lines changed

crates/intrinsic-test/src/common/cli.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ pub struct Cli {
4444
pub generate_only: bool,
4545

4646
/// Pass a target the test suite
47-
/// x86_64-unknown-linux-gnu
48-
/// armv7-unknown-linux-gnueabihf
49-
#[arg(long, default_value_t = String::from("x86_64-unknown-linux-gnu"))]
47+
#[arg(long, default_value_t = String::from("armv7-unknown-linux-gnueabihf"))]
5048
pub target: String,
5149

5250
/// Set the linker

0 commit comments

Comments
 (0)