Merge pull request #7744 from jtjeferreira/reenable-commented-tests

[2.x] reenable some tests
This commit is contained in:
adpi2 2024-10-09 13:26:08 +02:00 committed by GitHub
commit a7075072ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 7 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,11 +5,11 @@
* Copyright 2008 - 2010, Mark Harrah
* Licensed under Apache License 2.0 (see LICENSE)
*/
/*
package sbt.test
import java.io.File
import sjsonnew._, BasicJsonProtocol._
import sjsonnew._
import sbt.Def.{ Setting, inputKey, settingKey, taskKey }
import sbt.Scope.Global
import sbt.librarymanagement.ModuleID
@ -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)
}
}
*/