summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNanoTech2016-12-06 23:54:33 +0000
committerNanoTech2017-03-10 23:48:27 -0600
commit99ac9733d9a261784724a97162dfad32732590d6 (patch)
tree77b4ab6662d987be50ca5dc98f061f74ba55616a
parent8f874e056023a9f91b59a8731ea5ce020904da39 (diff)
test reserved
-rw-r--r--src/lexer.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lexer.rs b/src/lexer.rs
index 37268a8..b9ff9bd 100644
--- a/src/lexer.rs
+++ b/src/lexer.rs
@@ -290,7 +290,7 @@ fn test_lex() {
ParenL,
Identifier("b".to_owned()),
Ascription,
- Reserved(Keyword::Bool),
+ Builtin(self::Builtin::Bool),
ParenR,
Arrow,
Identifier("b".to_owned()),