reenable some tests

This commit is contained in:
João Ferreira 2024-10-09 09:57:08 +01:00
parent 713471bcc1
commit 3eb2d66b0f
3 changed files with 2 additions and 6 deletions

View File

@ -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"))
}
*/

View File

@ -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,
)
}
*/

View File

@ -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)
}
}
*/