Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / lang / cpp / printf / TestPrintf.py
blob3529cbbc28bab8f3853334046f5d2c6dee4d7e83
1 from lldbsuite.test import lldbinline, lldbplatformutil
2 from lldbsuite.test import decorators
4 lldbinline.MakeInlineTest(
5 __file__,
6 globals(),
7 [decorators.expectedFailureAll(bugnumber="llvm.org/PR36715", oslist=["windows"])],