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