Skip to content

Commit 09337e9

Browse files
committed
[ParsableOutput] Update the tests
1 parent 0f479e5 commit 09337e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SwiftDriverTests/ParsableMessageTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ final class ParsableMessageTests: XCTestCase {
2323

2424
XCTAssertEqual(string, """
2525
{
26-
"command-arguments" : [
26+
"command_arguments" : [
2727
"-frontend",
2828
"compile"
2929
],
30-
"command-executable" : "\\/path\\/to\\/swiftc",
30+
"command_executable" : "\\/path\\/to\\/swiftc",
3131
"inputs" : [
3232
"\\/path\\/to\\/foo.swift"
3333
],

0 commit comments

Comments
 (0)