Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
schmelter-sap committed Jul 19, 2023
1 parent 8a543f2 commit 932a466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/gtest/nmt/test_virtualMemoryTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ static size_t get_committed() {
return snapshot.by_type(mtThreadStack)->committed();
}

TEST_VM(VirtualMemoryTracker, missing_remove_released_region) {
TEST_VM(VirtualMemoryTracker, MissingRemoveReleasedRegion) {
if (!MemTracker::enabled()) {
return;
}
Expand Down

0 comments on commit 932a466

Please sign in to comment.