summaryrefslogtreecommitdiff
path: root/test/files/run/t5271_1.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/t5271_1.check')
-rw-r--r--test/files/run/t5271_1.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/run/t5271_1.check b/test/files/run/t5271_1.check
index d4fd544e88..9b956da17a 100644
--- a/test/files/run/t5271_1.check
+++ b/test/files/run/t5271_1.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) = {