Disable final MSAN test in AArch64 to get the bots green

llvm-svn: 248014
This commit is contained in:
Renato Golin 2015-09-18 18:02:55 +00:00
parent 77771cfd97
commit 7716df5b7d
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
// RUN: %clangxx_msan -O0 -g %s -o %t && %run %t
// REQUIRES: stable-runtime
#include <assert.h>
#include <malloc.h>