fix comment

This commit is contained in:
Amit Kumar 2025-06-12 05:07:53 +00:00
parent d7aef4a964
commit f8fbb4df97

View File

@ -52,7 +52,7 @@ public class CodeCacheSegmentSizeTest {
output.shouldContain("Error: Could not create the Java Virtual Machine.");
output.shouldContain("Error: A fatal exception has occurred. Program will exit.");
// Graceful exit with error code (usually 1)
// Graceful exit with error code 1
output.shouldHaveExitValue(1);
}
}