forked from OSchip/llvm-project
[testsuite] Skip this test correctly also on macOS.
llvm-svn: 354204
This commit is contained in:
parent
c8ce9c23c7
commit
40046bc843
|
@ -5,6 +5,5 @@ lldbinline.MakeInlineTest(
|
|||
__file__, globals(), [
|
||||
decorators.expectedFailureAll(
|
||||
compiler="gcc"),
|
||||
decorators.expectedFailureAll(
|
||||
oslist=['ios', 'watchos', 'tvos', 'bridgeos'],
|
||||
bugnumber="rdar://problem/48128064: class template declaration unexpectedly shadowed by VarDecl on MacOS")])
|
||||
# rdar://problem/48128064
|
||||
decorators.skipIfDarwin])
|
||||
|
|
Loading…
Reference in New Issue