Skip to content

Commit e7ed09d

Browse files
committed
Make sure a test that has never run on any platform continues to never run on any platforms.
1 parent dd893e8 commit e7ed09d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/autolink_elf.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: %swift -target x86_64-unknown-linux-gnu -emit-module -parse-stdlib -o %t -module-name Empty -module-link-name swiftEmpty %S/../Inputs/empty.swift
44
// RUN: %swift -target x86_64-unknown-linux-gnu %s -I %t -parse-stdlib -disable-objc-interop -module-name main -emit-ir -o - | FileCheck %s
55

6+
// REQUIRES: SR2116
67
// REQUIRES: X86
78

89
import Empty

0 commit comments

Comments
 (0)