Renamed scanDir to sourceDir, reworked sourcedir test.

This commit is contained in:
Tyler Sommer
2016-04-13 16:20:24 -06:00
parent 0f3a4b7b8f
commit 6e81294963
6 changed files with 60 additions and 62 deletions

7
testdata/SourceDirTest.java vendored Normal file
View File

@ -0,0 +1,7 @@
package go;
public class SourceDirTest {
public static void main(String[] args) {
System.out.println("testSourceDirInclusion PASS");
}
}