From 7bc8f9f5ff3a970a63d5b1eb0d575a8a3ae24d05 Mon Sep 17 00:00:00 2001 From: Andrey Breslav Date: Mon, 18 Nov 2013 16:38:45 +0400 Subject: [PATCH] Test data fixed --- compiler/testData/builtin-classes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/testData/builtin-classes.txt b/compiler/testData/builtin-classes.txt index 174badbe091..7896ed7c01f 100644 --- a/compiler/testData/builtin-classes.txt +++ b/compiler/testData/builtin-classes.txt @@ -27,7 +27,7 @@ public final class Array { } public final class Boolean { - /*primary*/ public constructor Boolean() + /*primary*/ private constructor Boolean() public final fun and(/*0*/ other: jet.Boolean): jet.Boolean public final fun equals(/*0*/ other: jet.Any?): jet.Boolean public final fun not(): jet.Boolean