# HG changeset patch # User Josef Eisl # Date 1433260241 -7200 # Node ID 5910a266f32d14429cca81a68d059fe6ac9891ee # Parent d71b0cbe70168e127a42823ff9a32c48997f5771 TypeUniverse: add JaCoCo Exclude. diff -r d71b0cbe7016 -r 5910a266f32d graal/com.oracle.jvmci.runtime.test/src/com/oracle/jvmci/runtime/test/TypeUniverse.java --- a/graal/com.oracle.jvmci.runtime.test/src/com/oracle/jvmci/runtime/test/TypeUniverse.java Tue Jun 02 17:32:40 2015 +0200 +++ b/graal/com.oracle.jvmci.runtime.test/src/com/oracle/jvmci/runtime/test/TypeUniverse.java Tue Jun 02 17:50:41 2015 +0200 @@ -37,6 +37,8 @@ import com.oracle.jvmci.meta.*; import com.oracle.jvmci.runtime.*; +//JaCoCo Exclude + /** * Context for type related tests. */