diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-06-20 19:48:25 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-06-20 19:48:25 -0700 |
commit | afd00820004984de085a727e60e25742a69d9c51 (patch) | |
tree | 6ac88ed9618fc7f020970f9c4b8bd380a753e7c4 /tests | |
parent | df7730b6774a730d554bfaa469ad95eeeffd3dc9 (diff) | |
download | gem5-afd00820004984de085a727e60e25742a69d9c51.tar.xz |
long is too long
--HG--
extra : convert_revision : 7342cd4a1700a247f30d6f85fc6c2685341ba20e
Diffstat (limited to 'tests')
-rw-r--r-- | tests/long/20.parser/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long/20.parser/test.py b/tests/long/20.parser/test.py index 82ab71c90..8e745ec26 100644 --- a/tests/long/20.parser/test.py +++ b/tests/long/20.parser/test.py @@ -29,5 +29,5 @@ m5.AddToPath('../configs/common') from cpu2000 import parser -workload = parser(isa, opsys, 'lgred') +workload = parser(isa, opsys, 'mdred') root.system.cpu.workload = workload.makeLiveProcess() |