[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear...
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 11:54:20 +0000 (11:54 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 11:54:20 +0000 (11:54 +0000)
commit9011eb81cf8d93b863e041a278be4dcacf578241
treed27ef96330b79b57c10c9ffcd5d45b48ae937276
parenteffb876f4e154e5736d705c9a9eae0db60758d2f
[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)

llvm-svn: 209622
42 files changed:
compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cc
compiler-rt/test/asan/TestCases/Windows/calloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/calloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/calloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/dll_intercept_memcpy.cc
compiler-rt/test/asan/TestCases/Windows/dll_intercept_strlen.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_malloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cc
compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cc
compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/double_free.cc
compiler-rt/test/asan/TestCases/Windows/double_operator_delete.cc
compiler-rt/test/asan/TestCases/Windows/global_const_string_oob.cc
compiler-rt/test/asan/TestCases/Windows/intercept_memcpy.cc
compiler-rt/test/asan/TestCases/Windows/intercept_strdup.cc
compiler-rt/test/asan/TestCases/Windows/intercept_strlen.cc
compiler-rt/test/asan/TestCases/Windows/malloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/malloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/malloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_uaf.cc
compiler-rt/test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cc
compiler-rt/test/asan/TestCases/Windows/realloc_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/realloc_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/realloc_uaf.cc
compiler-rt/test/asan/TestCases/Windows/stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/stack_array_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/use_after_realloc.cc
compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_heap.cc
compiler-rt/test/asan/TestCases/Windows/wrong_downcast_on_stack.cc