• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Temporary disable this test on non-linux: looks like there is no memmem on windows.
2REQUIRES: linux, x86_64
3RUN: %cpp_compiler -O2 %S/MagicSeparatorTest.cpp -o %t-MagicSeparatorTest
4RUN: not %run %t-MagicSeparatorTest  -use_value_profile=1 -seed=1 -runs=100000000 -max_len=10
5