mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Adding unsupported flag for windows-msvc
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
// RUN: %target-run %t/swift-functions-errors-execution | %FileCheck %s
|
||||
|
||||
// REQUIRES: executable_test
|
||||
// UNSUPPORTED: OS=windows-msvc
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdio>
|
||||
@@ -45,7 +46,7 @@ int main() {
|
||||
|
||||
// CHECK: passEmptyThrowFunction
|
||||
// CHECK-NEXT: passThrowFunction
|
||||
// CHECK-NEXT: throwError
|
||||
// CHECK-NEXT: throwError!
|
||||
// CHECK-NEXT: passThrowFunctionWithReturn
|
||||
// CHECK-NEXT: Exception
|
||||
// CHECK-NEXT: Test destroyed
|
||||
|
||||
Reference in New Issue
Block a user