blob: 0e17f3cdc95bf644eee7a3241c5af44a5cb501cd [file] [log] [blame]
Johnny Chenac97a6b2012-04-16 18:55:15 +00001pre_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