Don't use a golden value for a test that don;t run.
This commit is contained in:
committed by
alexander-gorshenev
parent
2283a941b7
commit
85ecce2a9e
@@ -1770,7 +1770,6 @@ task driver_opt(type: RunDriverKonanTest) {
|
|||||||
// binaries, but we verify that the compiler has been built, operational
|
// binaries, but we verify that the compiler has been built, operational
|
||||||
// and accepts the -target flag, resulting in a successful compilation.
|
// and accepts the -target flag, resulting in a successful compilation.
|
||||||
task driver_cross(type: RunDriverKonanTest) {
|
task driver_cross(type: RunDriverKonanTest) {
|
||||||
goldValue = "Hello, world!\n"
|
|
||||||
source = "runtime/basic/hello0.kt"
|
source = "runtime/basic/hello0.kt"
|
||||||
run = false
|
run = false
|
||||||
if (isLinux()) {
|
if (isLinux()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user