Skip to content

Commit

Permalink
Use int
Browse files Browse the repository at this point in the history
  • Loading branch information
jdksjolen committed Sep 16, 2024
1 parent 7baee1d commit 7969452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/gtest/utilities/test_arrayWithFreeList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TEST_VM_F(ArrayWithFreeListTest, FreeingInTheMiddleWorks) {
}

TEST_VM_F(ArrayWithFreeListTest, MakeVerySmallArray) {
using Elem = uint8_t; using Index = uint8_t;
using Elem = int; using Index = uint8_t;
using SmallArray = ArrayWithFreeList<Elem, mtTest, Index>;
SmallArray a;

Expand Down

0 comments on commit 7969452

Please sign in to comment.