mirror of https://github.com/sbt/sbt.git
cleanup compilation tests
This commit is contained in:
parent
25159137d7
commit
f3e49dcbfe
|
|
@ -20,5 +20,5 @@ class TestCallback extends AnalysisCallback
|
|||
def endSource(source: File) { endedSources += source }
|
||||
|
||||
def api(source: File, sourceAPI: xsbti.api.SourceAPI) { apis += ((source, sourceAPI)) }
|
||||
def problem(pos: xsbti.Position, message: String, severity: xsbti.Severity, reported: Boolean) {}
|
||||
def problem(category: String, pos: xsbti.Position, message: String, severity: xsbti.Severity, reported: Boolean) {}
|
||||
}
|
||||
Loading…
Reference in New Issue