You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
278 B
5 lines
278 B
7 months ago
|
# Temporary disable this test on non-linux: looks like there is no memmem on windows.
|
||
|
REQUIRES: linux, x86_64
|
||
|
RUN: %cpp_compiler -O2 %S/MagicSeparatorTest.cpp -o %t-MagicSeparatorTest
|
||
|
RUN: not %run %t-MagicSeparatorTest -use_value_profile=1 -seed=1 -runs=100000000 -max_len=10
|