diff options
Diffstat (limited to 'test/asan/TestCases/Darwin/interface_symbols_darwin.c')
-rw-r--r-- | test/asan/TestCases/Darwin/interface_symbols_darwin.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/interface_symbols_darwin.c b/test/asan/TestCases/Darwin/interface_symbols_darwin.c index 9450575b4ecdd..09af1ece589fc 100644 --- a/test/asan/TestCases/Darwin/interface_symbols_darwin.c +++ b/test/asan/TestCases/Darwin/interface_symbols_darwin.c @@ -31,4 +31,6 @@ // RUN: echo "=== NOTE === If you see a mismatch below, please update sanitizer_interface.inc files." // RUN: diff %t.imports-sorted %t.exports-sorted +// UNSUPPORTED: ios + int main() { return 0; } |