• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Check exit code error (file's contents are different)
2#
3# RUN: echo "hello-first" > %t
4# RUN: echo "hello-second" > %t1
5# RUN: diff %t %t1
6