changeset 13486:441b54753cda

fixed grammar in comment
author Doug Simon <doug.simon@oracle.com>
date Fri, 27 Dec 2013 23:25:34 +0100
parents 04a87dc2cfca
children 780d53499ca2
files mx/mx_graal.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Fri Dec 27 23:25:21 2013 +0100
+++ b/mx/mx_graal.py	Fri Dec 27 23:25:34 2013 +0100
@@ -983,7 +983,7 @@
     for vmbuild in ['fastdebug', 'product']:
         for test in sanitycheck.getDacapos(level=sanitycheck.SanityCheckLevel.Gate, gateBuildLevel=vmbuild):
             if 'eclipse' in str(test) and mx.java().version >= mx.VersionSpec('1.8'):
-                # DaCapo eclipse doesn't not run under JDK8
+                # DaCapo eclipse doesn't run under JDK8
                 continue
 
             t = Task(str(test) + ':' + vmbuild)