[Dexter] Fix address_printing test by requiring lldb

Fixes a failure on the llvm-clang-x86_64-sie-ubuntu-fast buildbot caused
by the test requiring lldb (with the standard dexter lit config), but
not including a "Requires: lldb" clause.
This commit is contained in:
Stephen Tozer 2021-12-01 14:03:53 +00:00
parent a9d1d00b86
commit f0eef1d212
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
// display the address properly; if it is implemented, this test should be
// updated.
//
// REQUIRES: system-linux
// REQUIRES: lldb, system-linux
//
// RUN: not %dexter_regression_test -v -- %s | FileCheck %s