From 930eb255b24882fa3c94ac81e1faa0c32aa62c5c Mon Sep 17 00:00:00 2001 From: svtk Date: Tue, 24 Jan 2012 16:57:50 +0400 Subject: [PATCH] fix after merge --- compiler/testData/diagnostics/tests/ObjectsInheritance.jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/ObjectsInheritance.jet b/compiler/testData/diagnostics/tests/ObjectsInheritance.jet index 8ea1e3305c8..81a08e301f3 100644 --- a/compiler/testData/diagnostics/tests/ObjectsInheritance.jet +++ b/compiler/testData/diagnostics/tests/ObjectsInheritance.jet @@ -4,4 +4,4 @@ package toplevelObjectDeclarations object CObj {} -object DOjb : CObj {} \ No newline at end of file +object DOjb : CObj {} \ No newline at end of file