changeset 21667:5910a266f32d

TypeUniverse: add JaCoCo Exclude.
author Josef Eisl <josef.eisl@jku.at>
date Tue, 02 Jun 2015 17:50:41 +0200
parents d71b0cbe7016
children ffe693cc427f
files graal/com.oracle.jvmci.runtime.test/src/com/oracle/jvmci/runtime/test/TypeUniverse.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
  */