]> granicus.if.org Git - clang/commitdiff
[Sema] Attempt [3] to fix tests for utf-8 invalid format string specifiers
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 21:30:58 +0000 (21:30 +0000)
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>
Tue, 29 Mar 2016 21:30:58 +0000 (21:30 +0000)
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

index 5a26303509ddda89b46365ac0d657bb0440df4ed..d4c21b11ea722625502b01b8b0e6bc67b8ad804b 100644 (file)
@@ -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 \