commit | c6903d1ef0fd2e605a7a3012e77d28e63b589132 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Mar 05 18:28:20 2019 +0000 |
committer | Andrew Walbran <qwandor@google.com> | Wed Mar 06 11:41:41 2019 +0000 |
tree | 975afef4f56aaf8b9a07f2a1538fd24e9e884baf | |
parent | 4a53ba6d894913d0aaed3b6e9f684d1d04716895 [diff] [blame] |
Rename shutdown() to power_off() to avoid conflicts with libc for tests. Change-Id: I1b8a61ad93294d296d711ff8a2f2c2c597b991e3
diff --git a/test/hftest/hftest.c b/test/hftest/hftest.c index 1016a9a..1193407 100644 --- a/test/hftest/hftest.c +++ b/test/hftest/hftest.c
@@ -93,7 +93,7 @@ static noreturn void abort(void) { HFTEST_LOG("FAIL"); - shutdown(); + arch_power_off(); } static void run_test(hftest_test_fn set_up, hftest_test_fn test,