Skip to content

Commit

Permalink
Fix tests for java and c#
Browse files Browse the repository at this point in the history
- remove duplicate geodesic example in c#
- fix java's check.sh to exclude Load.java
  • Loading branch information
Soeren Sonnenburg committed Aug 28, 2011
1 parent 60ad972 commit 973318c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion examples/undocumented/java_modular/check.sh
Expand Up @@ -15,7 +15,7 @@ ${JAVAC} Load.java

FILES=$@

test -z "$FILES" && FILES=$(ls *.java | grep -v Load.cs )
test -z "$FILES" && FILES=$(ls *.java | grep -v Load.java )

for e in $FILES
do
Expand Down

0 comments on commit 973318c

Please sign in to comment.