From 6f1d558db42cf92351c649a66c00b881eb75537c Mon Sep 17 00:00:00 2001 From: Louis Dionne Date: Wed, 8 Apr 2020 10:48:22 -0400 Subject: [PATCH] [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. --- libunwind/test/remember_state_leak.pass.sh.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libunwind/test/remember_state_leak.pass.sh.s b/libunwind/test/remember_state_leak.pass.sh.s index 821ee92..eb363d0 100644 --- a/libunwind/test/remember_state_leak.pass.sh.s +++ b/libunwind/test/remember_state_leak.pass.sh.s @@ -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: # -- 2.7.4