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()) {