Mercurial > hg > CbC > CbC_llvm
annotate clang/test/APINotes/yaml-roundtrip-2.test @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | |
children |
rev | line source |
---|---|
207 | 1 RUN: apinotes-test %S/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes > %t.result |
2 RUN: not diff -b -e %t.result %S/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes | FileCheck %s | |
3 | |
4 The `-e` option of `diff` is not implemented in the builtin diff, assume | |
5 that we have a POSIX compatible diff when we have a shell. | |
6 REQUIRES: shell | |
7 | |
8 We expect only the document markers to be emitted | |
9 | |
10 CHECK: 50d | |
11 CHECK: 1d |