summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lld/test/ELF/trace.s10
1 files changed, 0 insertions, 10 deletions
diff --git a/lld/test/ELF/trace.s b/lld/test/ELF/trace.s
index 59db2ffbc8a..2c50808c7d1 100644
--- a/lld/test/ELF/trace.s
+++ b/lld/test/ELF/trace.s
@@ -8,13 +8,3 @@
## Check --trace alias
# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
-
-## Check output messages order (1)
-# RUN: ld.lld -shared %t.foo.o %t1.bar.o -o %t.so -t 2>&1 | FileCheck -check-prefix=ORDER1 %s
-# ORDER1: {{.*}}.foo.o
-# ORDER1: {{.*}}.bar.o
-
-## Check output messages order (2)
-# RUN: ld.lld -shared %t1.bar.o %t.foo.o -o %t.so -t 2>&1 | FileCheck -check-prefix=ORDER2 %s
-# ORDER2: {{.*}}.bar.o
-# ORDER2: {{.*}}.foo.o
OpenPOWER on IntegriCloud