Skip to content

Commit 910aa4b

Browse files
committed
More tests recategorized
1 parent 55ad7eb commit 910aa4b

File tree

5 files changed

+2
-3
lines changed

5 files changed

+2
-3
lines changed

tests/pending/pos/t8111.scala renamed to tests/disabled/not-representable/pos/t8111.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// structural types, cannot represent
12
trait T {
23

34
def crashy(ma: Any): Unit = {

tests/pending/pos/t8002-nested-scope.scala renamed to tests/neg/t8002-nested-scope.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class C {
1313
{
1414
val a = 0
1515
object C {
16-
new C().x
16+
new C().x // error: cannot be accessed
1717
}
1818
}
1919
}

tests/pending/pos/infersingle.flags

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/pending/pos/trait-force-info.flags

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)