summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lto/thin-lto-global-allocator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lto/thin-lto-global-allocator.rs')
-rw-r--r--src/test/ui/lto/thin-lto-global-allocator.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/test/ui/lto/thin-lto-global-allocator.rs b/src/test/ui/lto/thin-lto-global-allocator.rs
deleted file mode 100644
index e00c5caf9..000000000
--- a/src/test/ui/lto/thin-lto-global-allocator.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-// run-pass
-// compile-flags: -Z thinlto -C codegen-units=2
-
-#[global_allocator]
-static A: std::alloc::System = std::alloc::System;
-
-fn main() {}