summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrant K. Kyser <brantkyser@gmail.com>2013-01-12 01:55:11 -0600
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2013-01-17 08:13:04 +0000
commit43ad8e611aca7364d4c37ce2dc24fcfd65fdcbf3 (patch)
tree337218cba43b4bba39e3f9d295f1c3bd8243fb1d
parent28da117186d198d699d399bedfbb7f49198f6280 (diff)
downloadswig-43ad8e611aca7364d4c37ce2dc24fcfd65fdcbf3.tar.gz
Remove comment about previously outstanding TODO that has been cleaned up.
-rw-r--r--Examples/test-suite/java/Makefile.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/Examples/test-suite/java/Makefile.in b/Examples/test-suite/java/Makefile.in
index 29ba2f36b..72fad777d 100644
--- a/Examples/test-suite/java/Makefile.in
+++ b/Examples/test-suite/java/Makefile.in
@@ -85,10 +85,6 @@ director_nspace_director_name_collision.%: JAVA_PACKAGE = $*Package
+($(PKGDIRSETUP) && $(swig_and_compile_multi_cpp))
$(run_testcase)
-# don't duplicate $(setup), just add explicit $(PKGDIRSETUP)
-# This doesn't work yet since for PKGPRAGMA test, PKGDIRSETUP deletes
-# JAVA_PACKAGE, but next line tries to cd there.
-
# COMPILES java files then runs the testcase. A testcase is only run if
# a file is found which has _runme.java appended after the testcase name.
# Note Java uses LD_LIBRARY_PATH under Unix, PATH under Cygwin/Windows, SHLIB_PATH on HPUX and DYLD_LIBRARY_PATH on Mac OS X.