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.
2 parents 8d43ec3 + bbfb295 commit e3d69d1Copy full SHA for e3d69d1
test/Interpreter/objc_throw_in_noescape_block.swift
@@ -1,7 +1,7 @@
1
// RUN: %empty-directory(%t)
2
//
3
// RUN: %target-clang -fobjc-arc %S/Inputs/ObjCException.m -c -o %t/ObjCException.o
4
-// RUN: %target-build-swift -import-objc-header %S/Inputs/ObjcException.h -Xlinker %t/ObjCException.o %s -o %t/a.out
+// RUN: %target-build-swift -import-objc-header %S/Inputs/ObjCException.h -Xlinker %t/ObjCException.o %s -o %t/a.out
5
// RUN: %target-run %t/a.out
6
7
// REQUIRES: executable_test
0 commit comments