Skip to content

Commit f094066

Browse files
authored
Rollup merge of #150916 - eii-test-reorg, r=jieyouxu
Once again, reorganize the EII tests a bit Some tests in the root of tests/ui/eii actually kind of belonged in the subfolders we made earlier
2 parents d3ef80f + 9b81154 commit f094066

20 files changed

+12
-12
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

tests/ui/eii/auxiliary/codegen2.rs renamed to tests/ui/eii/linking/auxiliary/codegen_cross_crate_other_crate.rs

File renamed without changes.

tests/ui/eii/codegen_cross_crate.rs renamed to tests/ui/eii/linking/codegen_cross_crate.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
//@ run-pass
22
//@ check-run-results
3-
//@ aux-build: codegen2.rs
3+
//@ aux-build: codegen_cross_crate_other_crate.rs
44
//@ compile-flags: -O
55
//@ ignore-backends: gcc
66
// FIXME: linking on windows (speciifcally mingw) not yet supported, see tracking issue #125418
77
//@ ignore-windows
88
// Tests whether calling EIIs works with the declaration in another crate.
99
#![feature(extern_item_impls)]
1010

11-
extern crate codegen2 as codegen;
11+
extern crate codegen_cross_crate_other_crate as codegen;
1212

1313
#[codegen::eii1]
1414
fn eii1_impl(x: u64) {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)