Skip to content

Commit 05a53e7

Browse files
committed
Auto merge of #10629 - Muscraft:reorganize-snapshot-tests, r=epage
reorganize `snapshot` tests to better work in contexts that sort by extension Changed snapshot file stricture from ``` <name>.in/ <name>.out/ <name>.stdout <name>.stderr ``` To ``` <name>/in/ <name>/out/ <name>/stdout.log <name>/stderr.log ``` This makes it easier to review and make changes when in contexts that sort by extension close #10626 r? `@epage`
2 parents a44758a + 75612de commit 05a53e7

File tree

864 files changed

+617
-677
lines changed

Some content is hidden

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

864 files changed

+617
-677
lines changed

tests/snapshots/add/add_basic.in

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

tests/snapshots/add/add_basic/in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../add-basic.in

tests/snapshots/add/add_multiple.in

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

tests/snapshots/add/add_multiple/in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../add-basic.in

0 commit comments

Comments
 (0)