about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2020-01-15 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2020-01-15 18:25:37 +0100
commitf2fc35128b0592f6cdab3da1cf5da9ad8a0e2847 (patch)
treeb0cd111d68eb1a270a0efa04b5754eba4e1b827f /src
parentc74353c7d2e61b111a9241490b9fbbd1ebe491fe (diff)
downloadrust-f2fc35128b0592f6cdab3da1cf5da9ad8a0e2847.tar.gz
rust-f2fc35128b0592f6cdab3da1cf5da9ad8a0e2847.zip
Remove unused auxiliary file that was replaced with rust_test_helpers
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/rfcs/rfc1717/auxiliary/clibrary.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/test/ui/rfcs/rfc1717/auxiliary/clibrary.rs b/src/test/ui/rfcs/rfc1717/auxiliary/clibrary.rs
deleted file mode 100644
index c1c5b70bc04..00000000000
--- a/src/test/ui/rfcs/rfc1717/auxiliary/clibrary.rs
+++ /dev/null
@@ -1,5 +0,0 @@
-// no-prefer-dynamic
-#![crate_type = "staticlib"]
-
-#[no_mangle]
-pub extern "C" fn foo(x:i32) -> i32 { x }