[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:
Louis Dionne 2020-04-08 10:48:22 -04:00
parent 7b65b1ecd1
commit 6f1d558db4

View File

@ -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:
#