Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Delete @modules
  • Loading branch information
mrserb committed Sep 12, 2024
commit 2dcba6b8048de90e29c5cd8eaca3be407db2c24e
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@
* @test
* @bug 8305072
* @requires (os.family == "windows")
* @modules java.desktop/sun.awt.shell
* @summary Verifies consistency of Win32ShellFolder2.compareTo
* @run main/othervm --add-opens java.desktop/sun.awt.shell=ALL-UNNAMED Win32FolderSort
* @run main/othervm Win32FolderSort
*/
public class Win32FolderSort {
public static void main(String[] args) throws Exception {
Expand Down