Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / dotest.py
blob4d20c585e630ea007b2459459003565e2ae7e36c
1 #!/usr/bin/env python
3 if __name__ == "__main__":
4 import use_lldb_suite
6 import lldbsuite.test
8 lldbsuite.test.run_suite()