Skip to content

Commit

Permalink
Fix an incomplete name update
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrahams committed Jan 11, 2024
1 parent c8d1ed1 commit b5d19d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/LotsawaTests/Utils/DebugGrammar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extension DebugGrammar {
symbols[startSymbol] = Symbol(0)
symbolName = [startSymbol]
let tokens = testGrammarScanner.tokens(
in: bnf, fromFile: file, unrecognizedToken: .ILLEGAL_CHARACTER)
in: bnf, fromFile: file, unrecognizedCharacter: .ILLEGAL_CHARACTER)
let parser = DebugGrammarParser()
for (id, text, position) in tokens {
try parser.consume(token: AST.Token(id, text, at: position), code: id)
Expand Down

0 comments on commit b5d19d1

Please sign in to comment.