summaryrefslogtreecommitdiff
path: root/cross-project-tests
diff options
context:
space:
mode:
authorStephen Tozer <stephen.tozer@sony.com>2021-12-01 14:03:53 +0000
committerStephen Tozer <stephen.tozer@sony.com>2021-12-01 14:05:46 +0000
commitf0eef1d21203ed679f66b887025cb4a0cbbcbdb6 (patch)
tree214818ceaf109ec5b3d4ec90fe5d96b903cf0043 /cross-project-tests
parenta9d1d00b865ab6f6e75dcd649362a7c5cf01d168 (diff)
downloadllvm-f0eef1d21203ed679f66b887025cb4a0cbbcbdb6.tar.gz
[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.
Diffstat (limited to 'cross-project-tests')
-rw-r--r--cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp
index 0ee8a3760b1e..ecd7cd2d4958 100644
--- a/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp
+++ b/cross-project-tests/debuginfo-tests/dexter/feature_tests/subtools/test/address_printing.cpp
@@ -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