summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/parse.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/parse.rs b/tests/parse.rs
index 02c4f9b7..3e46dd4a 100644
--- a/tests/parse.rs
+++ b/tests/parse.rs
@@ -10,7 +10,7 @@ use Token::{
LeftParen as LP, RightParen as RP,
LeftBrace as LBR, RightBrace as RBR,
Colon as CL, Comma as CM, Equals as EQ,
- ExprIdent as ID, ExprString as STR, ExprSize as SIZE,
+ ExprIdent as ID, ExprStr as STR, ExprSize as SIZE,
ExprNumber as NUM, ExprBool as BOOL,
Star as ST, Underscore as U, Backtick as B, Text as T,
};