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 6a641db commit 1cbed95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/ChaiVM/interpreter/decoder-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ 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 1cbed95

Please sign in to comment.