Fix tests

This commit is contained in:
Mark Harrah 2009-11-29 22:12:36 -05:00
parent c951156d9f
commit 20983c7dc2
1 changed files with 1 additions and 0 deletions

View File

@ -25,4 +25,5 @@ class TestCallback(val superclassNames: Array[String]) extends AnalysisCallback
def generatedClass(source: File, module: File) { products += ((source, module)) }
def endSource(source: File) { endedSources += source }
def foundApplication(source: File, className: String) { applications += ((source, className)) }
def api(source: File, sourceAPI: xsbti.api.Source) = ()
}