diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-08-16 08:26:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-16 08:26:33 +0200 |
| commit | 100a02a0d8b0ff44885aa792de2a355ff1209df2 (patch) | |
| tree | fe0f2185dc15b7b331fd10d511b949689f74b6ee /src/test/ui/consts | |
| parent | f7af19c279b8b7ea3d2c21fcbd67164af8d5d968 (diff) | |
| parent | 26ee99e5d473e8743e3faa08c6cb89d3acb29104 (diff) | |
| download | rust-100a02a0d8b0ff44885aa792de2a355ff1209df2.tar.gz rust-100a02a0d8b0ff44885aa792de2a355ff1209df2.zip | |
Rollup merge of #62593 - kper:cleanup_abi, r=Centril
Group all ABI tests. r? @eddyb Closes #62401
Diffstat (limited to 'src/test/ui/consts')
| -rw-r--r-- | src/test/ui/consts/auxiliary/anon-extern-mod-cross-crate-1.rs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/test/ui/consts/auxiliary/anon-extern-mod-cross-crate-1.rs b/src/test/ui/consts/auxiliary/anon-extern-mod-cross-crate-1.rs deleted file mode 100644 index 948b5e688eb..00000000000 --- a/src/test/ui/consts/auxiliary/anon-extern-mod-cross-crate-1.rs +++ /dev/null @@ -1,9 +0,0 @@ -#![crate_name="anonexternmod"] -#![feature(rustc_private)] - -extern crate libc; - -#[link(name = "rust_test_helpers", kind = "static")] -extern { - pub fn rust_get_test_int() -> libc::intptr_t; -} |
