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 72230da + d6fb616 commit f8722dfCopy full SHA for f8722df
test/Serialization/Recovery/error-sil-function.swift
@@ -1,4 +1,5 @@
1
-// RUN: not --crash %target-swift-frontend -c %s 2>&1 | %FileCheck %s
+// RUN: %empty-directory(%t/cache)
2
+// RUN: not --crash %target-swift-frontend -c %s -module-cache-path %t/cache 2>&1 | %FileCheck %s
3
// CHECK: *** DESERIALIZATION FAILURE ***
4
// CHECK: SILFunction type mismatch for 'asinf': '$@convention(thin) (Float) -> Float' != '$@convention(c) (Float) -> Float'
5
0 commit comments