Skip to content

Commit

Permalink
delete todo
Browse files Browse the repository at this point in the history
  • Loading branch information
c71n93 committed Oct 10, 2023
1 parent 5a6f6b0 commit c477a43
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/ChaiVM/interpreter/executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,3 @@ TEST_F(ExecutorTest, divi) {
static_cast<int>(val2 / val1));
EXPECT_EQ(exec.getState().pc(), sizeof(chai::bytecode_t) * 3);
}

/**
* @todo #8:5m>/DEV add other tests after implemented decoder
*/

0 comments on commit c477a43

Please sign in to comment.