From d9bfa029b0ecf300ae47cf1033db2d5cb323d705 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 19 Feb 2015 18:59:00 +0100 Subject: remove dependency of Location on a File; use more meaningful locations in tests --- test/data/format/classWithDefaultObject.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'test/data/format/classWithDefaultObject.html') diff --git a/test/data/format/classWithDefaultObject.html b/test/data/format/classWithDefaultObject.html index 1fd648ff..ca6f2305 100644 --- a/test/data/format/classWithDefaultObject.html +++ b/test/data/format/classWithDefaultObject.html @@ -3,7 +3,7 @@ test / Klass -test /  / Klass
+test / Klass

Klass

class Klass
@@ -14,7 +14,7 @@ -<init> +<init> public Klass() @@ -25,7 +25,7 @@ -x +x val x: Int @@ -36,7 +36,7 @@ -foo +foo fun foo(): Unit -- cgit