Skip to content

Commit 383d19a

Browse files
committed
Remove and adjust tests based on release-3.6.3 branch
1 parent 838add9 commit 383d19a

File tree

6 files changed

+2
-106
lines changed

6 files changed

+2
-106
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class CommunityBuildTestC:
9595
@Test def sourcecode = projects.sourcecode.run()
9696
@Test def specs2 = projects.specs2.run()
9797

98-
@Test def stdLib213 = projects.stdLib213.run()
98+
// @Test def stdLib213 = projects.stdLib213.run()
9999
@Test def ujson = projects.ujson.run()
100100
@Test def upickle = projects.upickle.run()
101101
@Test def utest = projects.utest.run()

tests/neg/i15474.check

-29
This file was deleted.

tests/neg/i15474.scala

-16
This file was deleted.

tests/neg/looping-givens.check

-48
This file was deleted.

tests/neg/looping-givens.scala

-11
This file was deleted.

tests/run-macros/type-show/Test_2.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ object Test {
2323
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Nothing"), """+
2424
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"))), """+
2525
"""MatchType("""+
26-
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"), """+ // match type bound
26+
"""TypeRef(TermRef(ThisType(TypeRef(NoPrefix(), "<root>")), "scala"), "Int"), """+ // match type bound
2727
"""ParamRef(binder, 0), """+
2828
"""List("""+
2929
"""MatchCase("""+

0 commit comments

Comments
 (0)