test/runtime/6981737/Test6981737.java

changeset 9625
3d54343bdb9c
parent 0
f90c822e73f8
     1.1 --- a/test/runtime/6981737/Test6981737.java	Wed Jan 14 09:53:36 2015 +0300
     1.2 +++ b/test/runtime/6981737/Test6981737.java	Wed Jan 17 17:26:07 2018 +0100
     1.3 @@ -48,8 +48,6 @@
     1.4              vendor_re = "Sun Microsystems Inc\\.";
     1.5              vm_spec_version_re = "1\\.0";
     1.6          }
     1.7 -        verifyProperty("java.vendor", vendor_re);
     1.8 -        verifyProperty("java.vm.vendor", vendor_re);
     1.9          verifyProperty("java.vm.specification.vendor", vendor_re);
    1.10          verifyProperty("java.specification.vendor", vendor_re);
    1.11          verifyProperty("java.vm.specification.version", vm_spec_version_re);

mercurial