forked from OSchip/llvm-project
[ELF] Fix typo in test/ELF/trace.s
Differential Revision: https://reviews.llvm.org/D57796 llvm-svn: 353254
This commit is contained in:
parent
78449f009a
commit
edd2e05851
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue