[lldb] Add missing import for LLDB test decorators to TestStopHookScripted
authorRaphael Isemann <teemperor@gmail.com>
Thu, 1 Oct 2020 12:32:02 +0000 (14:32 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 1 Oct 2020 12:33:13 +0000 (14:33 +0200)
commitcccb7cf1a52f38182f56d947bd609027726c778b
tree5396eee799721a38ba9902d31b904eb658e53074
parent4f13b999297140486b2faa1b5d8d7c768fb40dfb
[lldb] Add missing import for LLDB test decorators to TestStopHookScripted

This test wasn't using decorators before and was missing the import, so my
previous commit broke the test.
lldb/test/API/commands/target/stop-hooks/TestStopHookScripted.py