summaryrefslogtreecommitdiff
path: root/test/files/run/t9375.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t9375.scala')
-rw-r--r--test/files/run/t9375.scala5
1 files changed, 1 insertions, 4 deletions
diff --git a/test/files/run/t9375.scala b/test/files/run/t9375.scala
index 6ff4a425f8..58893c963b 100644
--- a/test/files/run/t9375.scala
+++ b/test/files/run/t9375.scala
@@ -1,6 +1,3 @@
-/*
- * filter: inliner warning
- */
import java.io._
object SerDes {
@@ -21,7 +18,7 @@ object SerDes {
import SerDes._
-// tests to make sure that de-serializing an object does not run its constructor
+// tests to make sure that deserializing an object does not run its constructor
trait S extends Serializable {
println(" konstruktor: " + this.getClass)