Skip to content

Commit c368c66

Browse files
committed
Reduce deprecations and warnings
1 parent 52ec27b commit c368c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/files/jvm/serialization-new.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: there were two deprecation warnings (since 2.11.0)
2-
warning: there was one deprecation warning (since 2.11.6)
2+
warning: there was one deprecation warning (since 2.12.0)
33
warning: there were three deprecation warnings in total; re-run with -deprecation for details
44
a1 = Array[1,2,3]
55
_a1 = Array[1,2,3]

test/files/jvm/serialization.check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
warning: there were two deprecation warnings (since 2.11.0)
2-
warning: there was one deprecation warning (since 2.11.6)
2+
warning: there was one deprecation warning (since 2.12.0)
33
warning: there were three deprecation warnings in total; re-run with -deprecation for details
44
a1 = Array[1,2,3]
55
_a1 = Array[1,2,3]

0 commit comments

Comments
 (0)