diff options
Diffstat (limited to 'tests/long/00.gzip/test.py')
-rw-r--r-- | tests/long/00.gzip/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/long/00.gzip/test.py b/tests/long/00.gzip/test.py index f69914046..7acce6e81 100644 --- a/tests/long/00.gzip/test.py +++ b/tests/long/00.gzip/test.py @@ -26,7 +26,7 @@ # # Authors: Korey Sewell -m5.AddToPath('../configs/common') +m5.util.addToPath('../configs/common') from cpu2000 import gzip_log workload = gzip_log(isa, opsys, 'smred') |