mirror of https://github.com/sbt/sbt.git
fix test
This commit is contained in:
parent
3de6a0735f
commit
4d87f8c655
|
|
@ -2,7 +2,7 @@ name :== "test"
|
|||
|
||||
TaskKey[Unit]("check-same") <<= compile in Configurations.Compile map { analysis =>
|
||||
analysis.apis.internal foreach { case (_, api) =>
|
||||
assert( xsbt.api.APIUtil.verifyTypeParameters(api) )
|
||||
assert( xsbt.api.SameAPI(api, api) )
|
||||
assert( xsbt.api.APIUtil.verifyTypeParameters(api.api) )
|
||||
assert( xsbt.api.SameAPI(api.api, api.api) )
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue