forked from OSchip/llvm-project
[libunwind] Fix incorrect lit substitutions in tests
The LIT substitutions used in libunwind are the same as those from libc++, and we forgot to update the libunwind tests after the libc++ substitutions started being delimited by braces.
This commit is contained in:
parent
7b65b1ecd1
commit
6f1d558db4
|
@ -1,6 +1,6 @@
|
|||
# REQUIRES: x86, linux
|
||||
# RUN: %build -target x86_64-unknown-linux-gnu
|
||||
# RUN: %run
|
||||
# RUN: %{build} -target x86_64-unknown-linux-gnu
|
||||
# RUN: %{run}
|
||||
|
||||
# The following assembly is a translation of this code:
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue