test/java/lang/annotation/loaderLeak/LoaderLeak.sh

Print this page

        

@@ -47,11 +47,11 @@
   SunOS | Linux )
     NULL=/dev/null
     PS=":"
     FS="/"
     ;;
-  Windows* )
+  Windows* | CYGWIN* )
     NULL=NUL
     PS=";"
     FS="\\"
     ;;
   * )