blob: 984e9ad1dd6ec9bcd7731a8b2d2787b877280985 [file] [log] [blame]
// RUN: %sourcekitd-test -req=sema %S/../Inputs/forbid_typecheck_primary.swift -- \
// RUN: -Xfrontend -debug-forbid-typecheck-prefix -Xfrontend NOTYPECHECK -module-name forbid \
// RUN: %S/../Inputs/forbid_typecheck_2.swift %S/../Inputs/forbid_typecheck_primary.swift > %t.response
// RUN: %diff -u %s.response %t.response