7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
REQUIRES: linux
|
|
|
|
RUN: not LLVMFuzzer-TableLookupTest -print_final_stats=1 2>&1 | FileCheck %s
|
|
CHECK: BINGO
|
|
// Expecting >= 4096 new_units_added
|
|
CHECK: stat::new_units_added:{{.*[4][0-9][0-9][0-9]}}
|