forked from OSchip/llvm-project
[debuginfo-tests][dexter] add requires lldb to two tests
both deferred_globals.cpp namespace.cpp require lldb in order to run and will fail if it's not available. add the required lines to the top of the tests.
This commit is contained in:
parent
68b48339e5
commit
f2f4554f88
|
@ -2,6 +2,7 @@
|
|||
// Ensure that debug information for a local variable does not hide
|
||||
// a global definition that has the same name.
|
||||
|
||||
// REQUIRES: lldb
|
||||
// UNSUPPORTED: system-windows
|
||||
|
||||
// RUN: %dexter --fail-lt 1.0 -w \
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
// Ensure that the debug information for a global variable includes
|
||||
// namespace information.
|
||||
|
||||
// REQUIRES: lldb
|
||||
// UNSUPPORTED: system-windows
|
||||
|
||||
// RUN: %dexter --fail-lt 1.0 -w \
|
||||
|
|
Loading…
Reference in New Issue