Skip to content

Commit

Permalink
[ASan] Enable set_shadow_test.c on Windows.
Browse files Browse the repository at this point in the history
It looks like the recent -fno-common is making it pass now.
  • Loading branch information
morehouse committed Mar 9, 2020
1 parent b10c662 commit d93303b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler-rt/test/asan/TestCases/set_shadow_test.c
Expand Up @@ -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>
Expand Down

0 comments on commit d93303b

Please sign in to comment.