mirror of
https://github.com/exaloop/codon.git
synced 2025-06-03 15:03:52 +08:00
Fix static str test
This commit is contained in:
parent
d7f62872cc
commit
0cd6d70d6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user