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 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
1414var 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