Skip to content

Commit c3c37a6

Browse files
committed
[test][sanitizer] Unsupport test on Android
1 parent f35d060 commit c3c37a6

File tree

1 file changed

+3
-0
lines changed
  • compiler-rt/test/sanitizer_common/TestCases/Linux

1 file changed

+3
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/Linux/ttyent.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %clangxx -O0 -g %s -o %t
22

3+
// Android doesn't have ttyent.h.
4+
// UNSUPPORTED: android
5+
36
#include <assert.h>
47
#include <stdlib.h>
58
#include <ttyent.h>

0 commit comments

Comments
 (0)