# HG changeset patch # User Doug Simon # Date 1415800182 -3600 # Node ID 1e7b53d7489df458c4185a8e636fef1b7f967ee1 # Parent 23a2faa68470d72047ccd7e105f5f7b1ff24bcd8 fixed pylint issue diff -r 23a2faa68470 -r 1e7b53d7489d mx/mx_graal.py --- a/mx/mx_graal.py Wed Nov 12 14:43:58 2014 +0100 +++ b/mx/mx_graal.py Wed Nov 12 14:49:42 2014 +0100 @@ -1146,7 +1146,7 @@ if testfile is None: (_, testfile) = tempfile.mkstemp(".testclasses", "graal") os.close(_) - + coreCp = mx.classpath(['com.oracle.graal.test', 'HCFDIS']) coreArgs = []