From 20983c7dc212322ab468769eef534fd788066cb5 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Sun, 29 Nov 2009 22:12:36 -0500 Subject: [PATCH] Fix tests --- interface/src/test/scala/TestCallback.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/test/scala/TestCallback.scala b/interface/src/test/scala/TestCallback.scala index 7783a0df5..23978f920 100644 --- a/interface/src/test/scala/TestCallback.scala +++ b/interface/src/test/scala/TestCallback.scala @@ -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) = () } \ No newline at end of file