summaryrefslogtreecommitdiff
path: root/lldb
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2023-05-12 12:26:29 +0200
committerBenjamin Kramer <benny.kra@googlemail.com>2023-05-12 12:26:29 +0200
commit5130e049ff43eee4fcabdfda3c626f1bc051ba31 (patch)
treed063dbd36181256540735b042981efa547dcc4fd /lldb
parent39a0677784d1b53f2d6e33af2a53e915f3f62c86 (diff)
downloadllvm-5130e049ff43eee4fcabdfda3c626f1bc051ba31.tar.gz
[lldb] Don't write to source directory in test
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/Shell/Commands/command-disassemble-mixed.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/Shell/Commands/command-disassemble-mixed.test b/lldb/test/Shell/Commands/command-disassemble-mixed.test
index d27cdb1cb5a1..e078f341a694 100644
--- a/lldb/test/Shell/Commands/command-disassemble-mixed.test
+++ b/lldb/test/Shell/Commands/command-disassemble-mixed.test
@@ -6,8 +6,8 @@ int main() {
return abc;
}
-// RUN: %clang_host -g -x c -o a.out %s
-// RUN: %lldb -b -o 'disassemble --mixed -n main' a.out | FileCheck %s
+// RUN: %clang_host -g -x c -o %t.out %s
+// RUN: %lldb -b -o 'disassemble --mixed -n main' %t.out | FileCheck %s
-// CHECK: a.out`main:
+// CHECK: .out`main:
// CHECK-NOT: do_not_show