summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-03-29 09:37:17 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-03-29 09:37:17 +0000
commit9e18c7f81af4843bf1d52ea31582638d9b18edce (patch)
treee717b42984b155c0ce8e00791aa729c83dd473ba
parenta9ab71c65a5f4021d86a9870d931ce43cebabe7e (diff)
downloadbcm5719-llvm-9e18c7f81af4843bf1d52ea31582638d9b18edce.tar.gz
bcm5719-llvm-9e18c7f81af4843bf1d52ea31582638d9b18edce.zip
Forgot to address last minor review comment in r264708. Doing that now.
llvm-svn: 264711
-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