warning-free vsns of string:str/2 & string:right/3
This commit is contained in:
parent
bfddb53e31
commit
fbe200f1ca
7 changed files with 75 additions and 14 deletions
|
@ -1386,7 +1386,8 @@ compact_journal_testto(WRP, ExpectedFiles) ->
|
|||
timer:sleep(1000),
|
||||
CompactedManifest2 = ink_getmanifest(Ink1),
|
||||
lists:foreach(fun({_SQN, FN, _P, _LK}) ->
|
||||
?assertMatch(0, string:str(FN, ?COMPACT_FP))
|
||||
?assertMatch(0, leveled_util:string_str(
|
||||
FN, ?COMPACT_FP))
|
||||
end,
|
||||
CompactedManifest2),
|
||||
?assertMatch(2, length(CompactedManifest2)),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue