From 85ecce2a9e87de9573d5e999f72bfc3d8fe52f72 Mon Sep 17 00:00:00 2001 From: Alexander Gorshenev Date: Fri, 19 May 2017 12:28:39 +0300 Subject: [PATCH] Don't use a golden value for a test that don;t run. --- backend.native/tests/build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/backend.native/tests/build.gradle b/backend.native/tests/build.gradle index edb255b0b6d..0697cb64f30 100644 --- a/backend.native/tests/build.gradle +++ b/backend.native/tests/build.gradle @@ -1770,7 +1770,6 @@ task driver_opt(type: RunDriverKonanTest) { // binaries, but we verify that the compiler has been built, operational // and accepts the -target flag, resulting in a successful compilation. task driver_cross(type: RunDriverKonanTest) { - goldValue = "Hello, world!\n" source = "runtime/basic/hello0.kt" run = false if (isLinux()) {