We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c697d commit 332a359Copy full SHA for 332a359
Sources/lit-test-helper/main.swift
@@ -432,8 +432,7 @@ func performVerifyRoundtrip(args: CommandLineArguments) throws {
432
throw TestingError.readingSourceFileFailed(sourceURL)
433
}
434
let versionInfo = getSwiftLanguageVersionInfo(args: args)
435
- let useNewParser = args.has("-use-new-parser")
436
-
+
437
let tree = try SyntaxParser.parse(source: source, languageVersion: versionInfo.languageVersion, enableBareSlashRegexLiteral: versionInfo.enableBareSlashRegexLiteral)
438
if tree.description != source {
439
throw TestingError.roundTripFailed
0 commit comments