summaryrefslogtreecommitdiffstats
path: root/src/usr/ibscom/test/ibscomtest.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/ibscom/test/ibscomtest.H')
-rw-r--r--src/usr/ibscom/test/ibscomtest.H6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/usr/ibscom/test/ibscomtest.H b/src/usr/ibscom/test/ibscomtest.H
index 2988233a9..44e2d7e66 100644
--- a/src/usr/ibscom/test/ibscomtest.H
+++ b/src/usr/ibscom/test/ibscomtest.H
@@ -66,9 +66,11 @@ class IBscomTest: public CxxTest::TestSuite
TARGETING::PredicateCTM l_cent(TARGETING::CLASS_CHIP,
TARGETING::TYPE_MEMBUF,
TARGETING::MODEL_NA);
- TARGETING::PredicatePostfixExpr cent_query;
- cent_query.push(&l_cent);
+ TARGETING::PredicateHwas functionalPredicate;
+ functionalPredicate.functional(true);
+ TARGETING::PredicatePostfixExpr cent_query;
+ cent_query.push(&l_cent).push(&functionalPredicate).And();
TARGETING::TargetHandleList centaur_list;
TARGETING::targetService().
OpenPOWER on IntegriCloud