[lldb] Clean up DW_AT_declaration-with-children.s test

Address some post-commit feedback on D85968.
This commit is contained in:
Pavel Labath 2020-08-19 14:58:50 +02:00
parent d7363397c6
commit 9cc2f13dee
1 changed files with 1 additions and 2 deletions

View File

@ -4,9 +4,8 @@
# REQUIRES: x86
# RUN: rm -rf %t
# RUN: split-file %s %t
# RUN: llvm-mc --triple x86_64-pc-linux %t/asm --filetype=obj > %t.o
# RUN: llvm-mc --triple x86_64-pc-linux %t/asm --filetype=obj -o %t.o
# RUN: %lldb -o "settings set interpreter.stop-command-source-on-error false" \
# RUN: -s %t/commands -o exit %t.o 2>&1 | FileCheck %s