[testsuite] Skip this test correctly also on macOS.

llvm-svn: 354204
This commit is contained in:
Davide Italiano 2019-02-16 17:16:53 +00:00
parent c8ce9c23c7
commit 40046bc843
1 changed files with 2 additions and 3 deletions

View File

@ -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])