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 7edbf67 commit 1e5519cCopy full SHA for 1e5519c
test/Sema/where_clause_across_module_boundaries.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
// RUN: %target-swift-frontend -emit-module -o %t/ModuleA.swiftmodule %S/Inputs/where_clause_across_module_boundaries_module.swift
3
-// RUN: %target-swift-frontend -I %t -emit-sil -verify %s
+// RUN: %target-typecheck-verify-swift -I %t
4
5
// SR-15807:
6
// Associated Type Inference fails across module boundaries
0 commit comments