From 9ab272ff2d5861eadb890ae2c442b00abe436819 Mon Sep 17 00:00:00 2001 From: Lucas Bajolet Date: Thu, 19 Nov 2015 14:01:24 -0500 Subject: [PATCH] tests: Update sav for stats test Signed-off-by: Lucas Bajolet --- tests/sav/nitcg/test_text_stat.res | 2 +- tests/sav/test_text_stat.res | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/sav/nitcg/test_text_stat.res b/tests/sav/nitcg/test_text_stat.res index ff641cc..805e398 100644 --- a/tests/sav/nitcg/test_text_stat.res +++ b/tests/sav/nitcg/test_text_stat.res @@ -19,7 +19,7 @@ Calls to position for each type: FlatString = 35 Calls to bytepos for each type: FlatString = 18 -Calls to first_byte on FlatString 153 +Calls to first_byte on FlatString 227 Calls to last_byte on FlatString 103 FlatStrings allocated with length 82 (86.458%) Length of travel for index distribution: diff --git a/tests/sav/test_text_stat.res b/tests/sav/test_text_stat.res index f6e7b69..d017cf8 100644 --- a/tests/sav/test_text_stat.res +++ b/tests/sav/test_text_stat.res @@ -19,7 +19,7 @@ Calls to position for each type: FlatString = 35 Calls to bytepos for each type: FlatString = 18 -Calls to first_byte on FlatString 153 +Calls to first_byte on FlatString 227 Calls to last_byte on FlatString 103 FlatStrings allocated with length 82 (86.458%) Length of travel for index distribution: -- 1.7.9.5