Disable XFAIL on ARM since the x86_64 specific code is isolated

llvm-svn: 221347
This commit is contained in:
Renato Golin 2014-11-05 14:44:58 +00:00
parent 8cbf4a0b5d
commit 883abab1e8
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
// RUN: %clangxx -O0 %s -o %t && %run %t
// XFAIL: arm-linux-gnueabi
// XFAIL: armv7l-unknown-linux-gnueabihf
#include <assert.h>
#include <signal.h>