comparison graal/com.oracle.jvmci.runtime.test/src/com/oracle/jvmci/runtime/test/TypeUniverse.java @ 21667:5910a266f32d

TypeUniverse: add JaCoCo Exclude.
author Josef Eisl <josef.eisl@jku.at>
date Tue, 02 Jun 2015 17:50:41 +0200
parents 381ab4105afe
children
comparison
equal deleted inserted replaced
21666:d71b0cbe7016 21667:5910a266f32d
34 34
35 import sun.misc.*; 35 import sun.misc.*;
36 36
37 import com.oracle.jvmci.meta.*; 37 import com.oracle.jvmci.meta.*;
38 import com.oracle.jvmci.runtime.*; 38 import com.oracle.jvmci.runtime.*;
39
40 //JaCoCo Exclude
39 41
40 /** 42 /**
41 * Context for type related tests. 43 * Context for type related tests.
42 */ 44 */
43 public class TypeUniverse { 45 public class TypeUniverse {