From 0cd6d70d6bf9fb02f952cf67478bfac780078e4d Mon Sep 17 00:00:00 2001 From: "A. R. Shajii" Date: Wed, 29 Dec 2021 20:06:14 -0500 Subject: [PATCH] Fix static str test --- test/parser/simplify_expr.codon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parser/simplify_expr.codon b/test/parser/simplify_expr.codon index 6be91e16..9ff8e60d 100644 --- a/test/parser/simplify_expr.codon +++ b/test/parser/simplify_expr.codon @@ -269,7 +269,7 @@ f[:,0] #: ((start: None, stop: None, step: None), 0) Ptr[9.99] #! expected type or static parameters #%% index_error_b,barebones -Ptr['s'] #! cannot unify T and "s" +Ptr['s'] #! cannot unify T and 's' #%% index_error_static,barebones Ptr[1] #! cannot unify T and 1