Skip to content

Commit c7e7e67

Browse files
authored
spelling: interpret (#58576)
Signed-off-by: Josh Soref <[email protected]> Co-authored-by: Josh Soref <[email protected]>
1 parent 4fc92f9 commit c7e7e67

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Misc/serialized-diagnostics-interpret-mode.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
// RUN: %target-swift-frontend -typecheck -serialize-diagnostics-path %t.dia %s -verify
66
// RUN: %target-swift-frontend -typecheck -serialize-diagnostics-path=%t_EQ.dia %s -verify
7-
// RUN: not %swift_driver -serialize-diagnostics-path %t_intepret_mode.dia %s
8-
// RUN: not %swift_driver -serialize-diagnostics-path=%t_EQ_intepret_mode.dia %s
7+
// RUN: not %swift_driver -serialize-diagnostics-path %t_interpret_mode.dia %s
8+
// RUN: not %swift_driver -serialize-diagnostics-path=%t_EQ_interpret_mode.dia %s
99

1010
// RUN: diff %t.dia %t_EQ.dia
11-
// RUN: diff %t.dia %t_intepret_mode.dia
12-
// RUN: diff %t.dia %t_EQ_intepret_mode.dia
11+
// RUN: diff %t.dia %t_interpret_mode.dia
12+
// RUN: diff %t.dia %t_EQ_interpret_mode.dia
1313

1414
var x = 1 x = 2 // expected-error {{consecutive statements on a line must be separated by ';'}} {{10-10=;}}

0 commit comments

Comments
 (0)