summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2018-01-25 16:20:25 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2018-01-25 16:20:25 +0000
commit238ffa8676fad17e12c99be3a05115e6aab385ea (patch)
tree5033bb5a5edd19db2146966c3efc693c0ec962a8
parent8e770afd863f352fc2be1c3fee3264b5b347adca (diff)
parent5df8e26038945166f08f5ef56daa97b215c89ec7 (diff)
downloadloganalysis-238ffa8676fad17e12c99be3a05115e6aab385ea.tar.gz
Merge "Fix classpath of loganalysis-test for eclipse"
-rw-r--r--tests/.classpath2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath
index c7726fe..55aa5dd 100644
--- a/tests/.classpath
+++ b/tests/.classpath
@@ -3,7 +3,7 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry combineaccessrules="false" kind="src" path="/loganalysis"/>
- <classpathentry kind="var" path="TRADEFED_ROOT/out/host/common/obj/JAVA_LIBRARIES/junit-host_intermediates/javalib.jar"/>
<classpathentry kind="var" path="TRADEFED_ROOT/external/easymock/src"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
<classpathentry kind="output" path="bin"/>
</classpath>