Skip to content

Commit

Permalink
#100: chai::CHAI_NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
levBagryansky committed Jun 13, 2024
1 parent 8e33699 commit dc0f651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ChaiVM/interpreter/executor_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,7 @@ TEST_F(ExecutorTest, NewRefArray) {
(char *)objectBuffer_.currentPosition() -
object_array_size)}
.getMember(i * sizeof(chai::chsize_t)),
CHAI_NULL);
chai::CHAI_NULL);
}
auto buff_start = static_cast<char *>(objectBuffer_.currentPosition()) -
object_array_size;
Expand Down

0 comments on commit dc0f651

Please sign in to comment.