mirror of https://github.com/microsoft/clang.git
[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
This commit is contained in:
parent
cb034d1d6e
commit
8e93cbc10c
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue