diff options
author | acolyer <acolyer> | 2005-08-31 14:15:45 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2005-08-31 14:15:45 +0000 |
commit | f2af562611c7e060ebd71b9b29d6766ffcb9c727 (patch) | |
tree | a7bad3a4d1e826b17ded5752292c06240ee6e845 /tests/.classpath | |
parent | a0ab747e10653a76abf8ddf839fa6b830e65acb1 (diff) | |
download | aspectj-f2af562611c7e060ebd71b9b29d6766ffcb9c727.tar.gz aspectj-f2af562611c7e060ebd71b9b29d6766ffcb9c727.zip |
tests for pr104024, inner class constructed inline and passed as argument to varargs method
Diffstat (limited to 'tests/.classpath')
-rw-r--r-- | tests/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/.classpath b/tests/.classpath index 92e29f3bb..042f58fb3 100644 --- a/tests/.classpath +++ b/tests/.classpath @@ -10,9 +10,9 @@ <classpathentry kind="src" path="/bridge"/> <classpathentry kind="src" path="/ajde"/> <classpathentry kind="src" path="/asm"/> - <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry sourcepath="/lib/bcel/bcel-src.zip" kind="lib" path="/lib/bcel/bcel.jar"/> <classpathentry kind="lib" path="/lib/ant/lib/ant-launcher.jar"/> <classpathentry kind="src" path="testsrc"/> + <classpathentry kind="var" path="JAVA_HOME/lib/tools.jar"/> <classpathentry kind="output" path="bin"/> </classpath> |