diff options
Diffstat (limited to 'tools/ahat/test/QueryTest.java')
-rw-r--r-- | tools/ahat/test/QueryTest.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/ahat/test/QueryTest.java b/tools/ahat/test/QueryTest.java index 40e3322472..5bcf8eafc3 100644 --- a/tools/ahat/test/QueryTest.java +++ b/tools/ahat/test/QueryTest.java @@ -18,9 +18,10 @@ package com.android.ahat; import java.net.URI; import java.net.URISyntaxException; -import static org.junit.Assert.assertEquals; import org.junit.Test; +import static org.junit.Assert.assertEquals; + public class QueryTest { @Test public void simple() throws URISyntaxException { |