comparison truffle/com.oracle.truffle.api.test/src/com/oracle/truffle/api/utilities/CountingConditionProfileTest.java @ 22425:b39b603e2a1e

Organize imports after rename.
author Christian Humer <christian.humer@oracle.com>
date Wed, 02 Dec 2015 15:21:01 +0100
parents fec62e298245
children
comparison
equal deleted inserted replaced
22424:fec62e298245 22425:b39b603e2a1e
20 * or visit www.oracle.com if you need additional information or have any 20 * or visit www.oracle.com if you need additional information or have any
21 * questions. 21 * questions.
22 */ 22 */
23 package com.oracle.truffle.api.utilities; 23 package com.oracle.truffle.api.utilities;
24 24
25 import com.oracle.truffle.api.utilities.ConditionProfile;
26 import com.oracle.truffle.api.utilities.CountingConditionProfile;
27 import static org.hamcrest.CoreMatchers.is; 25 import static org.hamcrest.CoreMatchers.is;
28 import static org.junit.Assert.assertThat; 26 import static org.junit.Assert.assertThat;
27
29 import org.junit.Before; 28 import org.junit.Before;
30 import org.junit.Test; 29 import org.junit.Test;
31 import org.junit.experimental.theories.DataPoints; 30 import org.junit.experimental.theories.DataPoints;
32 import org.junit.experimental.theories.Theories; 31 import org.junit.experimental.theories.Theories;
33 import org.junit.experimental.theories.Theory; 32 import org.junit.experimental.theories.Theory;