mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-18 00:48:23 +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)
|
||||
|
||||
capture, success := regex.match(rex, STR)
|
||||
log.info(capture, success)
|
||||
if !testing.expect(t, success) {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user