diff options
| author | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-01-15 00:00:00 +0000 |
|---|---|---|
| committer | Tomasz Miąsko <tomasz.miasko@gmail.com> | 2020-01-15 18:25:37 +0100 |
| commit | f2fc35128b0592f6cdab3da1cf5da9ad8a0e2847 (patch) | |
| tree | b0cd111d68eb1a270a0efa04b5754eba4e1b827f /src | |
| parent | c74353c7d2e61b111a9241490b9fbbd1ebe491fe (diff) | |
| download | rust-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.rs | 5 |
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 } |
