From cf11c4658097ce06de28bf60931351c6100897be Mon Sep 17 00:00:00 2001 From: gavin1012_hw Date: Mon, 24 Oct 2022 16:11:14 +0800 Subject: [PATCH] Fix testinstype test Issue: I5XDVD Signed-off-by: gavin1012_hw Change-Id: I48ca1bc2ccf9861cb18fed841a33e5d794c6fe4e --- testTs/instype/recordthis-expected.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testTs/instype/recordthis-expected.txt b/testTs/instype/recordthis-expected.txt index d1e0c46c2d..fbc6352221 100644 --- a/testTs/instype/recordthis-expected.txt +++ b/testTs/instype/recordthis-expected.txt @@ -9,7 +9,7 @@ Handle types for function: setName Handle types for function: setId (instruction order, type): (-2, 111), (-1, 105), Handle types for function: dump -(instruction order, type): (-2, 111), (-1, 107), (14, 4), +(instruction order, type): (-2, 111), (-1, 107), (16, 4), Handle types for function: stest (instruction order, type): (-2, 101), (-1, 108), Handle types for function: test @@ -17,6 +17,6 @@ Handle types for function: test Handle types for function: testwiththis (instruction order, type): (-2, 111), (-1, 110), Handle types for function: add -(instruction order, type): (-1, 112), (7, 1), +(instruction order, type): (-1, 112), (9, 1), Handle types for function: func_main_0 (instruction order, type): -- Gitee