[debuginfo-tests] Require "lldb" for some dexter tests

This commit is contained in:
Fangrui Song 2020-06-25 17:35:01 -07:00
parent 97a34b5f8d
commit 40dd5cb110
2 changed files with 3 additions and 0 deletions

View file

@ -0,0 +1,2 @@
if not 'lldb' in config.available_features:
config.unsupported = True

View file

@ -1,3 +1,4 @@
// REQUIRES: lldb
// Purpose:
// Check the `view` subtool works with typical inputs.
//