summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xstartop/scripts/app_startup/app_startup_runner_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/startop/scripts/app_startup/app_startup_runner_test.py b/startop/scripts/app_startup/app_startup_runner_test.py
index 382f6f3c70ff..0c2bbea04f6a 100755
--- a/startop/scripts/app_startup/app_startup_runner_test.py
+++ b/startop/scripts/app_startup/app_startup_runner_test.py
@@ -92,7 +92,7 @@ def default_dict_for_parsed_args(**kwargs):
"""
d = {'compiler_filters': None, 'simulate': False, 'debug': False,
'output': None, 'timeout': 10, 'loop_count': 1, 'inodes': None,
- 'trace_duration': None, 'compiler_type': asr.CompilerType.HOST}
+ 'trace_duration': None, 'compiler_type': asr.CompilerType.DEVICE}
d.update(kwargs)
return d