xref: /llvm-project/clang/test/APINotes/yaml-reader-errors.m (revision 932949dbb517b089af28fdc480a16a738ee5db78)
1// RUN: rm -rf %t
2// RUN: not %clang_cc1 -fmodules -fimplicit-module-maps -fapinotes -fapinotes-modules -fmodules-cache-path=%t -I %S/Inputs/yaml-reader-errors/ -fsyntax-only %s > %t.err 2>&1
3// RUN: FileCheck %S/Inputs/yaml-reader-errors/UIKit.apinotes < %t.err
4
5@import UIKit;
6