about summary refs log tree commit diff
path: root/src/test/ui/missing/missing-allocator.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/missing/missing-allocator.stderr')
-rw-r--r--src/test/ui/missing/missing-allocator.stderr4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/test/ui/missing/missing-allocator.stderr b/src/test/ui/missing/missing-allocator.stderr
deleted file mode 100644
index 0da5651c18c..00000000000
--- a/src/test/ui/missing/missing-allocator.stderr
+++ /dev/null
@@ -1,4 +0,0 @@
-error: no global memory allocator found but one is required; link to std or add `#[global_allocator]` to a static item that implements the GlobalAlloc trait
-
-error: aborting due to previous error
-