File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
// RUN: %target-swift-frontend -typecheck -serialize-diagnostics-path %t.dia %s -verify
6
6
// 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
9
9
10
10
// 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
13
13
14
14
var x = 1 x = 2 // expected-error {{consecutive statements on a line must be separated by ';'}} {{10-10=;}}
You can’t perform that action at this time.
0 commit comments