Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhanov committed Sep 21, 2023
1 parent dd3f361 commit c4ecd84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/tests/api/drdecode_x86.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};
Expand Down

0 comments on commit c4ecd84

Please sign in to comment.