[ASan] Enable set_shadow_test.c on Windows.

It looks like the recent -fno-common is making it pass now.
This commit is contained in:
Matt Morehouse 2020-03-09 16:07:45 -07:00
parent b10c662514
commit d93303b783

View File

@ -6,8 +6,6 @@
// RUN: not %run %t 0xf5 2>&1 | FileCheck %s -check-prefix=XF5
// RUN: not %run %t 0xf8 2>&1 | FileCheck %s -check-prefix=XF8
// XFAIL: windows-msvc
#include <assert.h>
#include <sanitizer/asan_interface.h>
#include <stddef.h>