mirror of https://github.com/sbt/sbt.git
reenable some tests
This commit is contained in:
parent
713471bcc1
commit
3eb2d66b0f
|
|
@ -5,7 +5,6 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
package sbt
|
||||
|
||||
object AppendSpec {
|
||||
|
|
@ -30,4 +29,3 @@ object AppendSpec {
|
|||
Global / onLoad += (() => doSideEffect())
|
||||
Global / onLoad += (() => println("foo"))
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
|
||||
package sbt.test
|
||||
|
||||
import java.io.File
|
||||
|
|
@ -63,4 +63,3 @@ object SlashSyntaxTest extends sbt.SlashSyntax {
|
|||
libraryDependencies += uTest % Test,
|
||||
)
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
* Copyright 2008 - 2010, Mark Harrah
|
||||
* Licensed under Apache License 2.0 (see LICENSE)
|
||||
*/
|
||||
/*
|
||||
|
||||
package sbt.std
|
||||
|
||||
class TaskPosSpec {
|
||||
|
|
@ -205,4 +205,3 @@ class TaskPosSpec {
|
|||
withKey(bar)
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue