Skip to content

Commit

Permalink
rephrase deprecation message, remove redundant test lines
Browse files Browse the repository at this point in the history
Signed-off-by: arezaii <ahmad.rezaii@hpe.com>
  • Loading branch information
arezaii committed Nov 28, 2022
1 parent 06ed5ee commit 5bee0b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/regex/bytes/cast.good
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
cast.chpl:8: warning: Casting strings to regex is deprecated. Use regex.compile(string) instead.
cast.chpl:9: warning: Casting bytes to regex is deprecated. Use regex.compile(bytes) instead.
0
0
-1
Expand Down

0 comments on commit 5bee0b5

Please sign in to comment.