mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 14:05:49 -04:00
10 lines
267 B
Python
10 lines
267 B
Python
from lldbsuite.test import lldbinline
|
|
from lldbsuite.test import decorators
|
|
|
|
lldbinline.MakeInlineTest(
|
|
__file__, globals(), [
|
|
decorators.expectedFailureAll(
|
|
compiler="gcc"),
|
|
# rdar://problem/48128064
|
|
decorators.skipIfDarwin])
|