diff --git a/test/Driver/static-executable-linux.swift b/test/Driver/static-executable-linux.swift deleted file mode 100644 index 8f0589aeccf36..0000000000000 --- a/test/Driver/static-executable-linux.swift +++ /dev/null @@ -1,10 +0,0 @@ -// Build a static executable "hello world" program -// REQUIRES: OS=linux-gnu -// REQUIRES: static_stdlib -print("hello world!") -// RUN: %empty-directory(%t) -// RUN: %target-swiftc_driver -static-executable -o %t/static-executable %s -// RUN: %t/static-executable | %FileCheck %s -// RUN: file %t/static-executable | %FileCheck %s --check-prefix=FILE -// CHECK: hello world! -// FILE: , statically linked,