Fix the typo in strtok.c testcase: There was a missing space in %run expansion.
authorKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 20:02:14 +0000 (20:02 +0000)
committerKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 20:02:14 +0000 (20:02 +0000)
llvm-svn: 301451

compiler-rt/test/asan/TestCases/strtok.c

index e1eee89..c7b2617 100644 (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