tests: unmark test as XFAIL on Windows

This passes on the rebranch.  Unmark it as XFAIL on Windows to get the test suite passing.
This commit is contained in:
Saleem Abdulrasool
2022-05-26 09:58:59 -07:00
committed by GitHub
parent 4786dd9b40
commit 2cfd7cba03

View File

@@ -2,9 +2,6 @@
// test only verifies that the variables show up in the debug info at
// all. There are other tests testing liveness and representation.
// rdar://problem/57611302
// XFAIL: OS=windows-msvc
// RUN: %gyb %s -o %t.swift
// RUN: %target-swift-frontend %t.swift -g -emit-ir -o - | %FileCheck %t.swift
// RUN: %target-swift-frontend %t.swift -g -c -o %t.o