We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92dc41 commit edb95c5Copy full SHA for edb95c5
test/Interop/SwiftToCxx/functions/swift-functions-errors-execution.cpp
@@ -9,6 +9,7 @@
9
// RUN: %target-run %t/swift-functions-errors-execution | %FileCheck %s
10
11
// REQUIRES: executable_test
12
+// UNSUPPORTED: OS=windows-msvc
13
14
#include <cassert>
15
#include <cstdio>
@@ -45,7 +46,7 @@ int main() {
45
46
47
// CHECK: passEmptyThrowFunction
48
// CHECK-NEXT: passThrowFunction
-// CHECK-NEXT: throwError
49
+// CHECK-NEXT: throwError!
50
// CHECK-NEXT: passThrowFunctionWithReturn
51
// CHECK-NEXT: Exception
52
// CHECK-NEXT: Test destroyed
0 commit comments