X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fsoc%2Ffu%2Ftrap%2Ftest%2Ftest_pipe_caller.py;h=25514730c75c5cba8fafa48aa76a38ddbccd9d0f;hb=ee1ba7d00f361e32e9ed2447f421c80be4315ddb;hp=b53f935fea475e9d1167102d060b7f2feaae076b;hpb=9cf108511e2b419efe081018e940fa3940d746f7;p=soc.git diff --git a/src/soc/fu/trap/test/test_pipe_caller.py b/src/soc/fu/trap/test/test_pipe_caller.py index b53f935f..25514730 100644 --- a/src/soc/fu/trap/test/test_pipe_caller.py +++ b/src/soc/fu/trap/test/test_pipe_caller.py @@ -113,7 +113,7 @@ class TrapTestCase(FHDLTestCase): initial_regs[1] = 0xffffffffffffffff self.run_tst_program(Program(lst), initial_regs) - def test_2_mtmsr_1(self): + def test_3_mtmsr_1(self): lst = ["mtmsr 1,1"] initial_regs = [0] * 32 initial_regs[1] = 0xffffffffffffffff