mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Diagnostics] Update compiler diagnostics to use less jargon. (#31315)
Fixes rdar://problem/62375243.
This commit is contained in:
@@ -8,8 +8,8 @@ CHECK: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
|
||||
CHECK-VERBOSE-DAG: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
|
||||
CHECK-VERBOSE-DAG: # (PASS) {{.+}}{{\\|/}}Good.swiftinterface
|
||||
|
||||
PRINTS-ERROR: unresolved identifier 'garbage'
|
||||
HIDES-ERROR-NOT: unresolved identifier 'garbage'
|
||||
PRINTS-ERROR: cannot find 'garbage' in scope
|
||||
HIDES-ERROR-NOT: cannot find 'garbage' in scope
|
||||
|
||||
RUN: %empty-directory(%t)
|
||||
RUN: echo '["Good"]' > %t/xfails-good.json
|
||||
|
||||
Reference in New Issue
Block a user