commit | 812e65a5ca109610422177b6e62eddd8465d01f9 | [log] [tgz] |
---|---|---|
author | Eric Gribkoff <ericgribkoff@google.com> | Mon Aug 28 12:11:02 2017 -0700 |
committer | GitHub <noreply@github.com> | Mon Aug 28 12:11:02 2017 -0700 |
tree | 6af9baf24af01dd64435795641184e839dcc4f1f | |
parent | 97c625fa792879960ec66078ca0f793e9ec6ec67 [diff] |
context: add RunWith annotation
diff --git a/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java b/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java index 6c773f3..19bc1ef 100644 --- a/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java +++ b/context/src/test/java/io/grpc/PersistentHashArrayMappedTrieTest.java
@@ -25,7 +25,10 @@ import io.grpc.PersistentHashArrayMappedTrie.Leaf; import io.grpc.PersistentHashArrayMappedTrie.Node; import org.junit.Test; +import org.junit.runner.RunWith; +import org.junit.runners.JUnit4; +@RunWith(JUnit4.class) public class PersistentHashArrayMappedTrieTest { @Test public void leaf_replace() {