summaryrefslogtreecommitdiffstats
path: root/src/usr/pnor
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2014-03-11 17:11:36 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-04-02 17:18:32 -0500
commit0c8a1f50840d5533bee2d7c5858595b685e9a40e (patch)
tree022c65bc5a6ac8e47fb202c9592ce3aa512e64bc /src/usr/pnor
parent5f089a9dfd51c9318996a143f436e12b96d025c9 (diff)
downloadtalos-hostboot-0c8a1f50840d5533bee2d7c5858595b685e9a40e.tar.gz
talos-hostboot-0c8a1f50840d5533bee2d7c5858595b685e9a40e.zip
Fix BEAM IPA analysis and errors.
Change-Id: I5b70acbb67581728e077816b822ecbbf6cbe07f6 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9781 Tested-by: Jenkins Server Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/pnor')
-rw-r--r--src/usr/pnor/test/pnorrptest.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/pnor/test/pnorrptest.H b/src/usr/pnor/test/pnorrptest.H
index 32f3c1dc2..91aa4f209 100644
--- a/src/usr/pnor/test/pnorrptest.H
+++ b/src/usr/pnor/test/pnorrptest.H
@@ -297,7 +297,7 @@ class PnorRpTest : public CxxTest::TestSuite
* @brief PNOR RP test - Read/Write Page
* Use message interface to read and write individual pages
*/
- void test_messageReadWrite(void)
+ void _test_messageReadWrite(void)
{
return; //this fails with the new message ids
TRACFCOMP(g_trac_pnor, "PnorRpTest::test_messageReadWrite> Start" );
@@ -429,7 +429,7 @@ class PnorRpTest : public CxxTest::TestSuite
* @brief PNOR RP test - Read/Write Addresses
* do read/modify/write/read to different virtual addresses
*/
- void test_AddrReadWrite(void)
+ void _test_AddrReadWrite(void)
{
// Leaving disabled because a regular boot tests all of this anyway,
// but want to leave this here for possible future unit testing.
OpenPOWER on IntegriCloud