From 8e93cbc10c22320b7443bc8c42862ff0ca169307 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Tue, 29 Mar 2016 21:30:58 +0000 Subject: [PATCH] [Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers Make the tests darwin only. The bots complaining already output UTF-8 invalid specifiers, test the output as we expect on darwin systems. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264788 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/SemaObjC/format-strings-utf8.m | 1 + 1 file changed, 1 insertion(+) diff --git a/test/SemaObjC/format-strings-utf8.m b/test/SemaObjC/format-strings-utf8.m index 5a26303509..d4c21b11ea 100644 --- a/test/SemaObjC/format-strings-utf8.m +++ b/test/SemaObjC/format-strings-utf8.m @@ -1,3 +1,4 @@ +// REQUIRES: system-darwin // RUN: rm -f %t.log // RUN: env RC_DEBUG_OPTIONS=1 \ // RUN: CC_LOG_DIAGNOSTICS=1 CC_LOG_DIAGNOSTICS_FILE=%t.log \ -- 2.50.1