diff options
Diffstat (limited to 'src/usr/diag/attn/ipl/test/attntestsvc.H')
-rw-r--r-- | src/usr/diag/attn/ipl/test/attntestsvc.H | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/diag/attn/ipl/test/attntestsvc.H b/src/usr/diag/attn/ipl/test/attntestsvc.H index 314508b40..b8baa664d 100644 --- a/src/usr/diag/attn/ipl/test/attntestsvc.H +++ b/src/usr/diag/attn/ipl/test/attntestsvc.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2014,2015 */ +/* Contributors Listed Below - COPYRIGHT 2014,2016 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -84,7 +84,7 @@ class AttnSvcTest: public CxxTest::TestSuite FakeIpoll xstpIpoll(CHECK_STOP, presenter), spclIpoll(SPECIAL, presenter), recIpoll(RECOVERABLE, presenter), - hostIpoll(HOST, presenter); + hostIpoll(HOST_ATTN, presenter); xstpIpoll.install(system); spclIpoll.install(system); |