summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_2.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_2.check')
-rw-r--r--test/files/run/t5271_2.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5271_2.check b/test/files/run/t5271_2.check
index 5a519f265f..27297febb6 100644
--- a/test/files/run/t5271_2.check
+++ b/test/files/run/t5271_2.check
@@ -1,5 +1,5 @@
{
- case class C extends Object with ScalaObject with Product with Serializable {
+ case class C extends Object with Product with Serializable {
<caseaccessor> <paramaccessor> val foo : Int = _;
<caseaccessor> <paramaccessor> val bar : Int = _;
def <init>(foo: Int, bar: Int) = {