summaryrefslogtreecommitdiffstats
path: root/src/usr/runtime/test/testpreverifiedlidmgr.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/runtime/test/testpreverifiedlidmgr.H')
-rw-r--r--src/usr/runtime/test/testpreverifiedlidmgr.H10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/usr/runtime/test/testpreverifiedlidmgr.H b/src/usr/runtime/test/testpreverifiedlidmgr.H
index 7b47bf98f..955550c8b 100644
--- a/src/usr/runtime/test/testpreverifiedlidmgr.H
+++ b/src/usr/runtime/test/testpreverifiedlidmgr.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2017 */
+/* Contributors Listed Below - COPYRIGHT 2017,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -118,12 +118,12 @@ class PreVerifiedLidMgrTest : public CxxTest::TestSuite
// RINGOVD not permitted in secure mode. Meaning the Header and
// Content lid will be missing.
l_expectedLids -= 2;
-
- // VERSION is only an OpenPOWER partition so we need to adjust for
- // it here since it doesn't exist for standalone.
- l_expectedLids -= 2;
}
+ // VERSION is only an OpenPOWER partition so we need to adjust for
+ // it here since it doesn't exist for standalone.
+ l_expectedLids -= 2;
+
// Ensure the expected number of lids were loaded.
if (l_preVerLidMgr.cv_lidsLoaded.size() != l_expectedLids)
{
OpenPOWER on IntegriCloud