File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -779,7 +779,7 @@ fn doc_target() {
779
779
780
780
#[ cargo_test]
781
781
fn doc_target_and_open ( ) {
782
- const TARGET : & str = "arm -unknown-linux-gnueabihf " ;
782
+ const TARGET : & str = "i686 -unknown-linux-gnu " ;
783
783
784
784
let p = project ( )
785
785
. file (
@@ -1355,7 +1355,7 @@ fn doc_workspace_open_first_one_built_for_host() {
1355
1355
[package]
1356
1356
name = "bar"
1357
1357
version = "0.1.0"
1358
- forced-target = "arm -unknown-linux-gnueabihf "
1358
+ forced-target = "i686 -unknown-linux-gnu "
1359
1359
"# ,
1360
1360
)
1361
1361
. file ( "bar/src/lib.rs" , "" )
@@ -1373,7 +1373,7 @@ fn doc_workspace_open_first_one_built_for_host() {
1373
1373
1374
1374
#[ cargo_test( nightly, reason = "-Zper-package-target is unstable" ) ]
1375
1375
fn doc_workspace_open_first_one_when_no_one_built_for_host ( ) {
1376
- const TARGET : & str = "arm -unknown-linux-gnueabihf " ;
1376
+ const TARGET : & str = "i686 -unknown-linux-gnu " ;
1377
1377
1378
1378
let p = project ( )
1379
1379
. file (
You can’t perform that action at this time.
0 commit comments