summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2007-08-01 17:05:03 -0400
committerAli Saidi <saidi@eecs.umich.edu>2007-08-01 17:05:03 -0400
commit84cd78e96f892f52a715cfe10d9405987f5e9ba1 (patch)
treec05182e8f40fcbefbd1e26d16006ab4c1674a1b4 /tests
parentfae60c164e284864cfabea515db6ba28d601b71d (diff)
parent239d124e8339b254495df45df89fc249ae217d73 (diff)
downloadgem5-84cd78e96f892f52a715cfe10d9405987f5e9ba1.tar.xz
Merge Gabe and my changes to arch/mips/utility.hh
--HG-- extra : convert_revision : d5a9d74ee6edf71524ba5c03fb7f054cf9722213
Diffstat (limited to 'tests')
-rw-r--r--tests/long/70.twolf/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long/70.twolf/test.py b/tests/long/70.twolf/test.py
index b2a2dc0b6..85b106eb4 100644
--- a/tests/long/70.twolf/test.py
+++ b/tests/long/70.twolf/test.py
@@ -32,7 +32,7 @@ import os
workload = twolf(isa, opsys, 'smred')
root.system.cpu.workload = workload.makeLiveProcess()
-cwd = root.system.cpu.workload.cwd
+cwd = root.system.cpu.workload[0].cwd
#Remove two files who's presence or absence affects execution
sav_file = os.path.join(cwd, workload.input_set + '.sav')