[ELF] Fix typo in test/ELF/trace.s

Differential Revision: https://reviews.llvm.org/D57796

llvm-svn: 353254
This commit is contained in:
Sam Clegg 2019-02-06 01:00:49 +00:00
parent 78449f009a
commit edd2e05851
1 changed files with 1 additions and 1 deletions

View File

@ -6,4 +6,4 @@
# CHECK: {{.*}}.foo.o
## Check --trace alias
# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
# RUN: ld.lld -shared %t.foo.o -o %t.so --trace 2>&1 | FileCheck %s