summaryrefslogtreecommitdiff
path: root/tests/quick/se/70.twolf/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick/se/70.twolf/test.py')
-rw-r--r--tests/quick/se/70.twolf/test.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/quick/se/70.twolf/test.py b/tests/quick/se/70.twolf/test.py
index a63442ad1..cc131b047 100644
--- a/tests/quick/se/70.twolf/test.py
+++ b/tests/quick/se/70.twolf/test.py
@@ -26,7 +26,10 @@
#
# Authors: Korey Sewell
+from __future__ import print_function
+
m5.util.addToPath('../configs/common')
+
from cpu2000 import twolf
import os
@@ -40,8 +43,8 @@ sv2_file = os.path.join(cwd, workload.input_set + '.sv2')
try:
os.unlink(sav_file)
except:
- print "Couldn't unlink ", sav_file
+ print("Couldn't unlink ", sav_file)
try:
os.unlink(sv2_file)
except:
- print "Couldn't unlink ", sv2_file
+ print("Couldn't unlink ", sv2_file)