Skip to content

Commit

Permalink
#37: Check ci
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Oct 16, 2023
1 parent 951c22b commit 6a641db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/ChaiVM/interpreter/decoder-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class Decoder_RR : public DecoderCommon {
TEST_F(Decoder_I, imm) {
const auto instance = buildInstr(Addi, -3); // FFFFFFFD
Instruction parsed = decoder::parse(0x000000FFFFFFFD08);
char * arr = (char *)malloc(10);
EXPECT_TRUE(equal(parsed, instance));
EXPECT_EQ(parsed.immidiate, instance.immidiate);
}
Expand Down

0 comments on commit 6a641db

Please sign in to comment.