From c4ecd845ce3374fa05b7938286e92336c4097e35 Mon Sep 17 00:00:00 2001 From: Ukhanov Kirill Date: Thu, 21 Sep 2023 12:17:34 +0300 Subject: [PATCH] fix test --- suite/tests/api/drdecode_x86.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/suite/tests/api/drdecode_x86.c b/suite/tests/api/drdecode_x86.c index bb83451ebad..49e249f6712 100644 --- a/suite/tests/api/drdecode_x86.c +++ b/suite/tests/api/drdecode_x86.c @@ -181,7 +181,7 @@ test_categories(void) DR_INSTR_CATEGORY_FP | DR_INSTR_CATEGORY_STATE, DR_INSTR_CATEGORY_SIMD, DR_INSTR_CATEGORY_FP | DR_INSTR_CATEGORY_MOVE | DR_INSTR_CATEGORY_SIMD, - DR_INSTR_CATEGORY_OTHER, + DR_INSTR_CATEGORY_UNCATEGORIZED, DR_INSTR_CATEGORY_FP | DR_INSTR_CATEGORY_CONVERT | DR_INSTR_CATEGORY_SIMD, DR_INSTR_CATEGORY_FP | DR_INSTR_CATEGORY_MATH | DR_INSTR_CATEGORY_SIMD, };