Skip to content

Commit

Permalink
Remove and adjust tests based on release-3.6.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Jan 17, 2025
1 parent 838add9 commit 383d19a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 106 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class CommunityBuildTestC:
@Test def sourcecode = projects.sourcecode.run()
@Test def specs2 = projects.specs2.run()

@Test def stdLib213 = projects.stdLib213.run()
// @Test def stdLib213 = projects.stdLib213.run()
@Test def ujson = projects.ujson.run()
@Test def upickle = projects.upickle.run()
@Test def utest = projects.utest.run()
Expand Down
29 changes: 0 additions & 29 deletions tests/neg/i15474.check

This file was deleted.

16 changes: 0 additions & 16 deletions tests/neg/i15474.scala

This file was deleted.

48 changes: 0 additions & 48 deletions tests/neg/looping-givens.check

This file was deleted.

11 changes: 0 additions & 11 deletions tests/neg/looping-givens.scala

This file was deleted.

2 changes: 1 addition & 1 deletion tests/run-macros/type-show/Test_2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object Test {
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Nothing"), """+
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"))), """+
"""MatchType("""+
"""TypeRef(ThisType(TypeRef(NoPrefix(), "scala")), "Any"), """+ // match type bound
"""TypeRef(TermRef(ThisType(TypeRef(NoPrefix(), "<root>")), "scala"), "Int"), """+ // match type bound
"""ParamRef(binder, 0), """+
"""List("""+
"""MatchCase("""+
Expand Down

0 comments on commit 383d19a

Please sign in to comment.