xref: /llvm-project/lldb/examples/test/.lldb-pre-post-flight.bad (revision 44d2497138095224591706b245eb10848e111c0e)
1pre_flight = "I am not callable"
2
3def post_flight(test):
4    __import__("lldb")
5    __import__("lldbtest")
6    print "\nRunning post-flight function:"
7    print "for test case:", test
8
9