1RUN: apinotes-test %S/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes > %t.result
2RUN: not diff -b -e %t.result %S/Inputs/Frameworks/SimpleKit.framework/Headers/SimpleKit.apinotes | FileCheck %s
3
4The `-e` option of `diff` is not implemented in the builtin diff, assume
5that we have a POSIX compatible diff when we have a shell.
6REQUIRES: shell
7
8We expect only the document markers to be emitted
9
10CHECK: 50d
11CHECK: 1d
12