From b257ad4fa0053bdbb22df1c93f750af57555e9cf Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 30 Jan 2012 22:25:08 +0400 Subject: [PATCH] Temporarily revert to debug the tests --- compiler/testData/diagnostics/tests/Builders.jet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/diagnostics/tests/Builders.jet b/compiler/testData/diagnostics/tests/Builders.jet index 6c0323f5377..5d2f38686de 100644 --- a/compiler/testData/diagnostics/tests/Builders.jet +++ b/compiler/testData/diagnostics/tests/Builders.jet @@ -132,7 +132,7 @@ class LI() : BodyTag("li") class P() : BodyTag("p") class H1() : BodyTag("h1") class A() : BodyTag("a") { - public var href : String? + public var href : String get() = attributes["href"] set(value) { attributes["href"] = value