Rollup merge of #68255 - tmiasko:unused-aux, r=Dylan-DPC

Remove unused auxiliary file that was replaced with rust_test_helpers
This commit is contained in:
Dylan DPC 2020-01-16 20:53:29 +05:30 committed by GitHub
commit c0ff382cb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +0,0 @@
// no-prefer-dynamic
#![crate_type = "staticlib"]
#[no_mangle]
pub extern "C" fn foo(x:i32) -> i32 { x }