diff options
Diffstat (limited to 'lldb/test/lang/go/goroutines/TestGoroutines.py')
-rw-r--r-- | lldb/test/lang/go/goroutines/TestGoroutines.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lldb/test/lang/go/goroutines/TestGoroutines.py b/lldb/test/lang/go/goroutines/TestGoroutines.py index 6c26a3a1075..a5726c40b9d 100644 --- a/lldb/test/lang/go/goroutines/TestGoroutines.py +++ b/lldb/test/lang/go/goroutines/TestGoroutines.py @@ -1,5 +1,7 @@ """Test the Go OS Plugin.""" +from __future__ import print_function + import lldb_shared import os, time |