Skip to content

Commit f333cfb

Browse files
Clean up all orphan .check and .flags files
Using the following script: find tests -name "*.check" -or -name "*.flags" | while read t; do name=$(echo "$t" | cut -f -1 -d .) test -f "$name.scala" -o -d "$name" || rm "$t" done
1 parent 8c706c4 commit f333cfb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+0
-296
lines changed

tests/disabled/existential/run/getClassTest-new.check

Lines changed: 0 additions & 18 deletions
This file was deleted.

tests/disabled/partest/run/repl-empty-package.check

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/disabled/partest/run/repl-javap-outdir-funs.flags

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/disabled/partest/run/t4788-separate-compilation.check

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/disabled/partest/run/t4788.check

Lines changed: 0 additions & 5 deletions
This file was deleted.

tests/disabled/partest/run/t4841-isolate-plugins.check

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/disabled/partest/run/t4891.check

Lines changed: 0 additions & 7 deletions
This file was deleted.

tests/disabled/partest/run/t6240a.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/disabled/partest/run/t6240b.check

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/disabled/partest/run/t6546.flags

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)