[libunwind] Fix incorrect lit substitutions in tests
authorLouis Dionne <ldionne@apple.com>
Wed, 8 Apr 2020 14:48:22 +0000 (10:48 -0400)
committerLouis Dionne <ldionne@apple.com>
Wed, 8 Apr 2020 14:50:09 +0000 (10:50 -0400)
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.

libunwind/test/remember_state_leak.pass.sh.s

index 821ee926eec89e369899d964fab36de9cef311ff..eb363d0102a80c41e7c5065daba56758141fe44c 100644 (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:
 #