From 869f92436c8ebe73f0cc0d5113503994f522c3ce Mon Sep 17 00:00:00 2001 From: Jason Zaugg Date: Sun, 27 Oct 2013 12:42:20 +0100 Subject: Remove orphaned check files and flags files. (for f in $(find test -name '*.check' -o -name '*.flags'); do bare=$(echo $f | sed -E 's/\.\w+$//'); ([[ -f "$bare" ]] || [[ -d "$bare" ]] || [[ -f "$bare.scala" ]] || [[ -f "$bare.test" ]] || echo $f) done;) | xargs rm --- test/files/presentation/partial-fun/partial-fun.check | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/files/presentation/partial-fun/partial-fun.check (limited to 'test/files/presentation/partial-fun') diff --git a/test/files/presentation/partial-fun/partial-fun.check b/test/files/presentation/partial-fun/partial-fun.check deleted file mode 100644 index adceab8280..0000000000 --- a/test/files/presentation/partial-fun/partial-fun.check +++ /dev/null @@ -1 +0,0 @@ -reload: PartialFun.scala -- cgit v1.2.3