From 0f813d5cfe6ed4f41205d681ae623dc464d3b8c1 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Thu, 8 Dec 2016 15:33:34 +0300 Subject: [PATCH] JS: fix compiling stdlib tests in JS --- libraries/stdlib/test/js/SetJsTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/stdlib/test/js/SetJsTest.kt b/libraries/stdlib/test/js/SetJsTest.kt index 93c025bd120..2e25da23993 100644 --- a/libraries/stdlib/test/js/SetJsTest.kt +++ b/libraries/stdlib/test/js/SetJsTest.kt @@ -102,7 +102,7 @@ abstract class SetJsTest { } @Test - fun equals() { + fun equalsMethod() { assertNotEquals(createEmptyMutableSet(), data) assertNotEquals(data, empty) assertEquals(createEmptyMutableSet(), empty)