8000 update for checkfiles in 2.11.0 M8->RC1 · scala/scala@92d6ed9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 92d6ed9

Browse files
committed
update for checkfiles in 2.11.0 M8->RC1
1 parent 26e6848 commit 92d6ed9

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

test/files/run/delay-bad.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ delay-bad.scala:53: warning: a pure expression does nothing in statement positio
44
delay-bad.scala:73: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
55
f(new { val x = 5 } with E() { 5 })
66
^
7-
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
7+
warning: there was one deprecation warning; re-run with -deprecation for details
88

99

1010
// new C { }

‎ 8000 test/files/run/inferred-type-constructors.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: there were 2 feature warning(s); re-run with -feature for details
1+
warning: there were 2 feature warnings; re-run with -feature for details
22
p.Iterable[Int]
33
p.Set[Int]
44
p.Seq[Int]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
1+
warning: there was one deprecation warning; re-run with -deprecation for details
22
List(JavaComplexAnnotation_1(v1 = 1, v10 = "hello", v101 = [101, 101], v102 = [102, 102], v103 = ['g', 'g'], v104 = [104, 104], v105 = [105L, 105L], v106 = [106.0, 106.0], v107 = [107.0, 107.0], v108 = [false, true], v11 = classOf[JavaAnnottee_1], v110 = ["hello", "world"], v111 = [classOf[JavaSimpleAnnotation_1], classOf[JavaComplexAnnotation_1]], v112 = [FOO, BAR], v113 = [JavaSimpleAnnotation_1(v1 = 21, v10 = "world2", v11 = classOf[JavaComplexAnnotation_1], v12 = BAR, v2 = 22, v3 = '\027', v4 = 24, v5 = 25L, v6 = 26.0, v7 = 27.0, v8 = false)], v12 = FOO, v13 = JavaSimpleAnnotation_1(v1 = 11, v10 = "world1", v11 = classOf[JavaSimpleAnnotation_1], v12 = FOO, v2 = 12, v3 = '\r', v4 = 14, v5 = 15L, v6 = 16.0, v7 = 17.0, v8 = false), v2 = 2, v3 = '\03', v4 = 4, v5 = 5L, v6 = 6.0, v7 = 7.0, v8 = false))
33
=======
44
new JavaComplexAnnotation_1(v1 = 1, v10 = "hello", v101 = Array(101, 101), v102 = Array(102, 102), v103 = Array('g', 'g'), v104 = Array(104, 104), v105 = Array(105L, 105L), v106 = Array(106.0, 106.0), v107 = Array(107.0, 107.0), v108 = Array(false, true), v11 = classOf[JavaAnnottee_1], v110 = Array("hello", "world"), v111 = Array(classOf[JavaSimpleAnnotation_1], classOf[JavaComplexAnnotation_1]), v112 = Array(FOO, BAR), v113 = Array(new JavaSimpleAnnotation_1(v1 = 21, v10 = "world2", v11 = classOf[JavaComplexAnnotation_1], v12 = BAR, v2 = 22, v3 = '\027', v4 = 24, v5 = 25L, v6 = 26.0, v7 = 27.0, v8 = false)), v12 = FOO, v13 = new JavaSimpleAnnotation_1(v1 = 11, v10 = "world1", v11 = classOf[JavaSimpleAnnotation_1], v12 = FOO, v2 = 12, v3 = '\r', v4 = 14, v5 = 15L, v6 = 16.0, v7 = 17.0, v8 = false), v2 = 2, v3 = '\03', v4 = 4, v5 = 5L, v6 = 6.0, v7 = 7.0, v8 = false)

test/files/run/t4396.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
1+
warning: there was one deprecation warning; re-run with -deprecation for details
22
hallo
33
constructor
44
out:22

test/files/run/t4680.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ t4680.scala:51: warning: a pure expression does nothing in statement position; y
44
t4680.scala:69: warning: a pure expression does nothing in statement position; you may be omitting necessary parentheses
55
new { val x = 5 } with E() { 5 }
66
^
7-
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
7+
warning: there was one deprecation warning; re-run with -deprecation for details
88

99

1010
// new C { }

test/files/run/t6111.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
warning: there were 2 deprecation warning(s); re-run with -deprecation for details
1+
warning: there were 2 deprecation warnings; re-run with -deprecation for details
22
(8,8)
33
(x,x)

test/files/run/t6481.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
1+
warning: there was one deprecation warning; re-run with -deprecation for details
22
delayed init
33
new foo(1, 2)
44
delayed init

test/files/run/t7932.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
warning: there were 1 feature warning(s); re-run with -feature for details
1+
warning: there was one feature warning; re-run with -feature for details
22
public Category<?> C.category()
33
public Category<scala.Tuple2> C.category1()

0 commit comments

Comments
 (0)
0