Fix flaky strtok.c test.
authorAlex Shlyapnikov <alekseys@google.com>
Fri, 24 Mar 2017 21:43:56 +0000 (21:43 +0000)
committerAlex Shlyapnikov <alekseys@google.com>
Fri, 24 Mar 2017 21:43:56 +0000 (21:43 +0000)
commitf51fafde1ee78b3f743a5b24164eb24c056fc75e
tree7ed809d32a106eb227dd3cfa25cd37fe929f4562
parent73bac6a2f066d1fe05d992d80247e766587a9931
Fix flaky strtok.c test.

Asserting the result of strtok when we expect delimiter overflow is
flaky, the result depends on the random state of memory right after the
delimiters.

llvm-svn: 298743
compiler-rt/test/asan/TestCases/strtok.c