mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Remove debug line from test
This commit is contained in:
@@ -511,7 +511,6 @@ test_pos_index_explicitly :: proc(t: ^testing.T) {
|
|||||||
defer regex.destroy(rex)
|
defer regex.destroy(rex)
|
||||||
|
|
||||||
capture, success := regex.match(rex, STR)
|
capture, success := regex.match(rex, STR)
|
||||||
log.info(capture, success)
|
|
||||||
if !testing.expect(t, success) {
|
if !testing.expect(t, success) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user