Skip to content

Commit 5d27618

Browse files
committed
[Tests] SwiftREPL: Switch from using yaml to strings format
1 parent a7a5d22 commit 5d27618

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lldb/test/Shell/SwiftREPL/DiagnosticOptions.test

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@ _ = "An unterminated string
1515
:quit
1616

1717

18-
//--- fr.yaml
19-
- id: "lex_unterminated_string"
20-
msg: "chaîne non terminée littérale"
18+
//--- fr.strings
19+
"lex_unterminated_string" = "chaîne non terminée littérale";

0 commit comments

Comments
 (0)