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