We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591eb09 commit 1c5d1a8Copy full SHA for 1c5d1a8
integration/ide/build-classpath-contents/src/BuildClasspathContentsTests.scala
@@ -56,10 +56,11 @@ object BuildClasspathContentsTests extends UtestIntegrationTestSuite {
56
"mill-libs_3-SNAPSHOT.jar",
57
"mill-moduledefs_3-0.11.10.jar"
58
)
59
- assert(millLocalClasspath == Nil)
60
- } else {
61
- sys.error("This test must be run in `packaged` mode, not `local`")
62
- }
+ )
+ assert(millLocalClasspath == Nil)
+ } else {
+ sys.error("This test must be run in `packaged` mode, not `local`")
63
+ }
64
}
65
66
0 commit comments