Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hassansalehe committed Jun 26, 2021
1 parent 5324e70 commit c8816ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Common_Instruction_gtest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ TEST(InstructionTests, CheckInstructionForBitcast) {
EXPECT_EQ(BITCAST, instr.oper);
EXPECT_EQ("%1", instr.destination);
EXPECT_EQ("%my_struct", instr.operand1);
EXPECT_EQ("%my_struct", instr.operand2)
EXPECT_EQ("%my_struct", instr.operand2);
}

TEST(InstructionTests, CheckInstructionForCall) {
Expand Down

0 comments on commit c8816ac

Please sign in to comment.