summaryrefslogtreecommitdiff
path: root/tests/quick/se/00.hello/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quick/se/00.hello/test.py')
-rw-r--r--tests/quick/se/00.hello/test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/quick/se/00.hello/test.py b/tests/quick/se/00.hello/test.py
index c37f8415c..669867739 100644
--- a/tests/quick/se/00.hello/test.py
+++ b/tests/quick/se/00.hello/test.py
@@ -26,7 +26,7 @@
#
# Authors: Steve Reinhardt
-root.system.cpu[0].workload = LiveProcess(cmd = 'hello',
- executable = binpath('hello'))
+root.system.cpu[0].workload = Process(cmd = 'hello',
+ executable = binpath('hello'))
if root.system.cpu[0].checker != NULL:
root.system.cpu[0].checker.workload = root.system.cpu[0].workload