Don't use a golden value for a test that don;t run.

This commit is contained in:
Alexander Gorshenev
2017-05-19 12:28:39 +03:00
committed by alexander-gorshenev
parent 2283a941b7
commit 85ecce2a9e
-1
View File
@@ -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()) {