Skip to content

Commit 1e5519c

Browse files
committed
[Sema] test: use %target-typecheck-verify-swift instead of -emit-sil
1 parent 7edbf67 commit 1e5519c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Sema/where_clause_across_module_boundaries.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// RUN: %empty-directory(%t)
22
// 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
3+
// RUN: %target-typecheck-verify-swift -I %t
44

55
// SR-15807:
66
// Associated Type Inference fails across module boundaries

0 commit comments

Comments
 (0)