From 61ffd1b2627a493763d6f4fb12685a5b542c0fe2 Mon Sep 17 00:00:00 2001 From: Calvin Cheung Date: Fri, 20 Sep 2024 18:12:35 +0000 Subject: [PATCH] trailing whitespace --- .../runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java b/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java index 63e8bd5d9cdfc..20364ad56a642 100644 --- a/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java +++ b/test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/ModulePathAndFMG.java @@ -297,7 +297,7 @@ public static void runWithExplodedModule(String... extraRuntimeArgs) throws Exce MAIN_MODULE + "/" + MAIN_CLASS) // -m .assertNormalExit(out -> { out.shouldContain(FMG_DISABLED) - .shouldMatch(MAIN_FROM_MODULE) // Main class loaded from the exploded module + .shouldMatch(MAIN_FROM_MODULE) // Main class loaded from the exploded module .shouldContain(CLASS_FOUND_MESSAGE); }); }