blob: a4fab7e74c0078c9748eace86b1e4b3b850ae4eb (
plain)
1
2
3
4
5
6
7
8
|
# RUN: mkdir %t
# Tests that if file A is in the %t directory and file B is not,
# the diff test updater copies from file A to B.
# RUN: echo "" > %S/empty.txt
# RUN: cp %S/1.in %t/1.txt
# RUN: diff %t/1.txt %S/empty.txt
|