mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-28 22:16:06 +00:00

This will suppress any live diagnostics caused by editor placeholders in Xcode. rdar://31833579 llvm-svn: 301542
6 lines
105 B
C++
6 lines
105 B
C++
// RUN: c-index-test -test-load-source all %s 2>&1 | FileCheck %s
|
|
|
|
<#placeholder#>;
|
|
|
|
// CHECK-NOT: error
|