[Diagnostics] Update compiler diagnostics to use less jargon. (#31315)

Fixes rdar://problem/62375243.
This commit is contained in:
Varun Gandhi
2020-04-28 14:11:39 -07:00
committed by GitHub
parent a8c7ef7fa3
commit a1716fe2a6
184 changed files with 556 additions and 556 deletions

View File

@@ -16,7 +16,7 @@
//
// RUN: %target-swift-frontend -typecheck -verify -I %t -module-cache-path %t/modulecache %s
unresolved // expected-error {{use of unresolved identifier 'unresolved'}}
unresolved // expected-error {{cannot find 'unresolved' in scope}}
import SomeModule