summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdesprez <jdesprez@google.com>2018-01-24 17:30:49 -0800
committerjdesprez <jdesprez@google.com>2018-01-24 17:30:49 -0800
commit5df8e26038945166f08f5ef56daa97b215c89ec7 (patch)
treea0f2c83b1289979833d48b911233e7370b3a705a
parentf2ff76c17ed4de2cb44088a9f4653cbc010884e0 (diff)
downloadloganalysis-5df8e26038945166f08f5ef56daa97b215c89ec7.tar.gz
Fix classpath of loganalysis-test for eclipse
Test: error are gone Bug: None Change-Id: I224fcd965d33680ae86b620a9d69f431f805f0c5
-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>