Skip to content

Commit

Permalink
clean up test code
Browse files Browse the repository at this point in the history
  • Loading branch information
stooke committed Oct 13, 2024
1 parent b189303 commit b7e6043
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/hotspot/gtest/runtime/test_os.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -434,11 +434,6 @@ TEST_VM(os, realpath) {
/* Returns ENOENT on Linux, 0 on SOME versions of Windows */
#if defined(_WINDOWS)
if (returnedBuffer != nullptr) {
//if (returnedBuffer != buffer) {
printf("XXXX returnedBuffer = 0x%llx\n", (uint64_t)returnedBuffer);
printf("XXXX buffer = 0x%llx\n", (uint64_t)returnedBuffer);
printf("XXXX returnedBuffer = 0x%llx string=%s\n", (uint64_t)returnedBuffer, returnedBuffer);
// }
EXPECT_TRUE(returnedBuffer == buffer);
} else {
EXPECT_TRUE(errno != 0);
Expand Down

0 comments on commit b7e6043

Please sign in to comment.