Un-XFAIL a passing test on Windows

llvm-svn: 260481
This commit is contained in:
Reid Kleckner 2016-02-11 02:02:56 +00:00
parent ddcf07d51c
commit 031bbd062b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
// RUN: %clangxx_asan -coverage -O0 %s -o %t
// RUN: %env_asan_opts=check_initialization_order=1 %run %t 2>&1 | FileCheck %s
// XFAIL: android,win32
// XFAIL: android
#include <stdio.h>
int foo() { return 1; }
int XXX = foo();