[MSAN tests] Require android for sigandorset.cpp

This commit is contained in:
Gui Andrade 2020-07-18 03:49:17 +00:00
parent 951584db4f
commit 65936fed14
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
// RUN: %clangxx_msan -DLEFT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_msan -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && not %run %t 2<&1 | FileCheck %s
// RUN: %clangxx_msan -DLEFT_OK -DRIGHT_OK -std=c++11 -O0 -g %s -o %t && %run %t
// REQUIRES: !android
#include <assert.h>
#include <sanitizer/msan_interface.h>