mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Diagnostics] Update compiler diagnostics to use less jargon. (#31315)
Fixes rdar://problem/62375243.
This commit is contained in:
@@ -4,7 +4,7 @@ RUN: %FileCheck -check-prefix PRINTS-ERROR %s < %t/logs/Bad-Bad-err.txt
|
||||
|
||||
CHECK: # (FAIL) {{.+}}{{\\|/}}Bad.swiftinterface
|
||||
|
||||
PRINTS-ERROR: unresolved identifier 'garbage'
|
||||
PRINTS-ERROR: cannot find 'garbage' in scope
|
||||
|
||||
RUN: %empty-directory(%t)
|
||||
RUN: echo '["Good"]' > %t/xfails-good.json
|
||||
|
||||
@@ -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