summaryrefslogtreecommitdiffstats
path: root/src/usr/hwas/test/hwasGardTest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/hwas/test/hwasGardTest.H')
-rw-r--r--src/usr/hwas/test/hwasGardTest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/hwas/test/hwasGardTest.H b/src/usr/hwas/test/hwasGardTest.H
index 6a217149f..991982c22 100644
--- a/src/usr/hwas/test/hwasGardTest.H
+++ b/src/usr/hwas/test/hwasGardTest.H
@@ -1120,11 +1120,11 @@ public:
break;
}
- if ((l_records[0].iv_errlogPlid != 0x46) ||
+ if ((l_records[0].iv_errlogEid != 0x46) ||
(l_records[0].iv_errorType != GARD_Fatal))
{
TS_FAIL("testGard6: unexpected data - errl 0x%X type %x",
- l_records[0].iv_errlogPlid, l_records[0].iv_errorType);
+ l_records[0].iv_errlogEid, l_records[0].iv_errorType);
break;
}
OpenPOWER on IntegriCloud