Skip to content

Commit 03110b7

Browse files
authored
Merge pull request #30876 from eeckstein/fix-bm-test
2 parents 1c64770 + e743280 commit 03110b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/benchmark/Benchmark_O.test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ ALPHASORT: FatCompactMap
103103
Substring filters using + and - prefix
104104

105105
````
106-
RUN: %Benchmark_O --list -.A +Angry -Small AngryPhonebook.ASCII.Small \
106+
RUN: %Benchmark_O --list -.A +Angry -Small AngryPhonebook.ASCII2.Small \
107107
RUN: | %FileCheck %s --check-prefix FILTERS
108-
FILTERS: AngryPhonebook.ASCII.Small
108+
FILTERS: AngryPhonebook.ASCII2.Small
109109
FILTERS-NOT: AngryPhonebook.Armenian
110110
FILTERS-NOT: AngryPhonebook.Cyrillic.Small
111111
FILTERS: AngryPhonebook.Cyrillic

0 commit comments

Comments
 (0)