diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc b/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc index 594aa05456c..cedd69d0a5a 100644 --- a/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc @@ -4,6 +4,9 @@ // RUN: %clangxx_asan -O2 %s -o %t && \ // RUN: not %run %t 2>&1 | FileCheck %s +// FIXME: Fix this test under GCC. +// REQUIRES: Clang + #include <stdio.h> #include <string.h> #include <stdlib.h> |