Skip to content

Commit 1f0c1b6

Browse files
authored
Merge pull request swiftlang#224 from compnerd/stable-hashing
gyb: re-generate gyb'ed files
2 parents 09591a7 + 9c30262 commit 1f0c1b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftSyntax/gyb_generated/Misc.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -1928,6 +1928,6 @@ extension Syntax {
19281928
extension SyntaxParser {
19291929
static func verifyNodeDeclarationHash() -> Bool {
19301930
return String(cString: swiftparse_syntax_structure_versioning_identifier()!) ==
1931-
"3723395330444835342"
1931+
"4bfa1e0be5331f20c60a9cd4e1a32ce39b42dcd1"
19321932
}
19331933
}

0 commit comments

Comments
 (0)