Skip to content

Commit 7214a85

Browse files
committed
Remove previous attempt at adding tests for FexibleTypes support in scaladoc
AFAIK FlexibleTypes will only be visible under -Yexplicit-nulls as inferred types. This doesn't fit with the current infrastructure of scaladoc tests (that require explicit type annotations for tested members). For such a simple fix, it isn't worth the effort to modify the testing infrastructure.
1 parent 18e5a24 commit 7214a85

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

project/Build.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1848,8 +1848,7 @@ object Build {
18481848

18491849
lazy val `scaladoc-testcases` = project.in(file("scaladoc-testcases")).
18501850
dependsOn(`scala3-compiler-bootstrapped`).
1851-
settings(commonBootstrappedSettings).
1852-
settings(Compile / scalacOptions ++= Seq("-Yexplicit-nulls"))
1851+
settings(commonBootstrappedSettings)
18531852

18541853

18551854
/**

scaladoc-testcases/src/tests/typesTest.scala

Lines changed: 0 additions & 10 deletions
This file was deleted.

scaladoc/test/dotty/tools/scaladoc/signatures/TranslatableSignaturesTestCases.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,3 @@ class RightAssocExtension extends SignatureTest("rightAssocExtension", Signature
129129

130130
class NamedTuples extends SignatureTest("namedTuples", SignatureTest.all)
131131

132-
class TypesTest extends SignatureTest("typesTest", SignatureTest.all)

0 commit comments

Comments
 (0)