From 126973b94b69a33230dd29b35311ca64797b7e6e Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Sun, 11 Sep 2022 00:54:49 +0100 Subject: [PATCH] huhn? addpcis converts to .long? huhn? --- src/openpower/sv/trans/test_pysvp64dis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openpower/sv/trans/test_pysvp64dis.py b/src/openpower/sv/trans/test_pysvp64dis.py index daec78c8..5f9cfc64 100644 --- a/src/openpower/sv/trans/test_pysvp64dis.py +++ b/src/openpower/sv/trans/test_pysvp64dis.py @@ -40,9 +40,9 @@ class SVSTATETestCase(unittest.TestCase): def test_2_d_custom_op(self): expected = [ - 'addpcis 12,5', 'fishmv 12,2', 'fmvis 12,97', + 'addpcis 12,5', ] self._do_tst(expected) -- 2.30.2