summaryrefslogtreecommitdiffstats
path: root/src/test/testcases/testMatchStashPair.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testcases/testMatchStashPair.py')
-rw-r--r--src/test/testcases/testMatchStashPair.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/test/testcases/testMatchStashPair.py b/src/test/testcases/testMatchStashPair.py
index d8c0f686..fc683828 100644
--- a/src/test/testcases/testMatchStashPair.py
+++ b/src/test/testcases/testMatchStashPair.py
@@ -22,6 +22,7 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
+from __future__ import print_function
import sys
sys.path.append("targets/p9_nimbus/sbeTest" )
sys.path.append("targets/p9_axone/sbeTest" )
@@ -49,8 +50,8 @@ def main( ):
if(data == readData):
print ("Success - Write-Read PBA - WO FMODE, WO LCO")
else:
- print data
- print readData
+ print(data)
+ print(readData)
raise Exception('data mistmach')
#-------------------------------------------------
# Calling all test code
OpenPOWER on IntegriCloud