mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
spelling: interpret (#58576)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
|
||||
// RUN: %target-swift-frontend -typecheck -serialize-diagnostics-path %t.dia %s -verify
|
||||
// RUN: %target-swift-frontend -typecheck -serialize-diagnostics-path=%t_EQ.dia %s -verify
|
||||
// RUN: not %swift_driver -serialize-diagnostics-path %t_intepret_mode.dia %s
|
||||
// RUN: not %swift_driver -serialize-diagnostics-path=%t_EQ_intepret_mode.dia %s
|
||||
// RUN: not %swift_driver -serialize-diagnostics-path %t_interpret_mode.dia %s
|
||||
// RUN: not %swift_driver -serialize-diagnostics-path=%t_EQ_interpret_mode.dia %s
|
||||
|
||||
// RUN: diff %t.dia %t_EQ.dia
|
||||
// RUN: diff %t.dia %t_intepret_mode.dia
|
||||
// RUN: diff %t.dia %t_EQ_intepret_mode.dia
|
||||
// RUN: diff %t.dia %t_interpret_mode.dia
|
||||
// RUN: diff %t.dia %t_EQ_interpret_mode.dia
|
||||
|
||||
var x = 1 x = 2 // expected-error {{consecutive statements on a line must be separated by ';'}} {{10-10=;}}
|
||||
|
||||
Reference in New Issue
Block a user