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 482cc7c commit f2193e9Copy full SHA for f2193e9
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 8bd28674564967504bc5a77e606e68b2dd3dac33
+refs/heads/master: d30566b75f32de5810df7192f7a0893ded0839bc
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
trunk/test/Interpreter/mandatory_inlining.swift
@@ -1,5 +1,7 @@
// RUN: %target-run-simple-swift
+// REQUIRES: executable_test
+
func test(reportError: ((String) -> (Void))? = nil) {
6
let reportError = reportError ?? { error in
7
print(error)
0 commit comments