Skip to content

Commit 04ba648

Browse files
committed
regex.pcre: fix test, for systems that also have done v install pcre
1 parent a882b58 commit 04ba648

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎vlib/regex/pcre/regex_test.v‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Copyright (c) 2026 Dario Deledda. All rights reserved.
55
Use of this source code is governed by an MIT license
66
that can be found in the LICENSE file.
77
*/
8-
import pcre
8+
import regex.pcre
99

1010
fn main() {
1111
println('Running pcre tests...\n')

0 commit comments

Comments
 (0)