Adding unsupported flag for windows-msvc

This commit is contained in:
Roberto Rosmaninho
2022-10-26 20:25:42 -03:00
parent c92dc41c41
commit edb95c576b

View File

@@ -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