Skip to content

Commit

Permalink
Fix Windows smoke test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa committed Jan 15, 2024
1 parent 9781379 commit 72f4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildJDK.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ jobs:
& ${MANDREL_HOME}/bin/native-image.cmd --macro:native-image-launcher
Set-Content -Path 'ImplicitClass.java' -Value "
void main() {
System.out.println(\"Implicitly declared classes.\");
System.out.println(`"Implicitly declared classes.`");
}
"
& $MANDREL_HOME\bin\javac --enable-preview --release 21 ImplicitClass.java
Expand Down

0 comments on commit 72f4e85

Please sign in to comment.