XFAIL ubsan/TestCases/TypeCheck/Function/function.cpp on Windows

I think it got accidentally enabled in r315105 or thereabouts.

llvm-svn: 315374
This commit is contained in:
Hans Wennborg 2017-10-10 22:11:25 +00:00
parent c253c193dc
commit 4a6ee430bb
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// RUN: %run %t 2>&1 | FileCheck %s
// Verify that we can disable symbolization if needed:
// RUN: %env_ubsan_opts=symbolize=0 %run %t 2>&1 | FileCheck %s --check-prefix=NOSYM
// XFAIL: win32,win64
#include <stdint.h>