diff options
Diffstat (limited to 'configs/common/Benchmarks.py')
-rw-r--r-- | configs/common/Benchmarks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/common/Benchmarks.py b/configs/common/Benchmarks.py index d4607dc55..d881fafb0 100644 --- a/configs/common/Benchmarks.py +++ b/configs/common/Benchmarks.py @@ -112,7 +112,7 @@ Benchmarks = { 'MutexTest': [SysConfig('mutex-test.rcS', '128MB')], 'ArmAndroid': [SysConfig('null.rcS', '256MB', - 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img)')], + 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.clean.img')], 'bbench': [SysConfig('bbench.rcS', '256MB', 'ARMv7a-Gingerbread-Android.SMP.mouse.nolock.img')] } |