Fix the typo in strtok.c testcase: There was a missing space in %run expansion.

llvm-svn: 301451
This commit is contained in:
Kuba Mracek 2017-04-26 20:02:14 +00:00
parent 6cef17ce04
commit d07620663d
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// RUN: %env_asan_opts=strict_string_checks=true not %run %t test1 2>&1 | \
// RUN: FileCheck %s --check-prefix=CHECK1
// RUN: %env_asan_opts=intercept_strtok=false%run %t test1 2>&1
// RUN: %env_asan_opts=intercept_strtok=false %run %t test1 2>&1
// RUN: %env_asan_opts=strict_string_checks=true not %run %t test2 2>&1 | \
// RUN: FileCheck %s --check-prefix=CHECK2
// RUN: %env_asan_opts=intercept_strtok=false %run %t test2 2>&1