Fix test on windows

llvm-svn: 276376
This commit is contained in:
Vitaly Buka 2016-07-22 01:12:04 +00:00
parent 0a3e932e1d
commit be6328b078
1 changed files with 1 additions and 3 deletions

View File

@ -11,9 +11,8 @@
// RUN: not %run %t 8 2>&1 | FileCheck %s
// RUN: not %run %t 9 2>&1 | FileCheck %s
// RUN: not %run %t 10 2>&1 | FileCheck %s
// RUN: not %run %t 11 2>&1 | FileCheck %s
// RUN: %env_asan_opts=detect_stack_use_after_scope=0 %run %t 12
// RUN: %env_asan_opts=detect_stack_use_after_scope=0 %run %t 11
#include <stdlib.h>
#include <string>
@ -58,7 +57,6 @@ int main(int argc, char **argv) {
&test<int>,
&test<double>,
&test<float>,
&test<uint64_t>,
&test<void*>,
&test<std::vector<std::string>>,
&test<int[3]>,