Skip to content

Commit 62ab3df

Browse files
committed
Temporarily disable new #file test on Windows
1 parent 85599f7 commit 62ab3df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/SILGen/magic_identifier_file_conflicting.swift.gyb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
// We want to check both the diagnostics and the SIL output.
55
// RUN: %target-swift-emit-silgen -verify -emit-sorted-sil -enable-experimental-concise-pound-file -module-name Foo %t/magic_identifier_file_conflicting.swift %S/Inputs/magic_identifier_file_conflicting_other.swift | %FileCheck %s
66

7+
// FIXME: Make this test work on Windows. There's no fundamental reason it
8+
// can't; we just need someone with a Windows machine to do it so we
9+
// don't have a 30-minute debug cycle.
10+
// UNSUPPORTED: OS=windows-msvc
11+
712
%{
813
TEMPDIR_ESC = TEMPDIR.replace('\\', '\\\\')
914
def fixit_loc(start_col, orig_suffix):

0 commit comments

Comments
 (0)