From a72331f223a120101f6edac51962ac7b2aa48cde Mon Sep 17 00:00:00 2001 From: Phil Ellison Date: Sun, 28 Jul 2019 11:57:56 +0100 Subject: Inline snapshots for all tests in runnables.rs --- .../ra_ide_api/src/snapshots/tests__runnables.snap | 24 ---------------------- 1 file changed, 24 deletions(-) delete mode 100644 crates/ra_ide_api/src/snapshots/tests__runnables.snap (limited to 'crates/ra_ide_api/src/snapshots/tests__runnables.snap') diff --git a/crates/ra_ide_api/src/snapshots/tests__runnables.snap b/crates/ra_ide_api/src/snapshots/tests__runnables.snap deleted file mode 100644 index de2fadd7f..000000000 --- a/crates/ra_ide_api/src/snapshots/tests__runnables.snap +++ /dev/null @@ -1,24 +0,0 @@ ---- -created: "2019-05-23T22:23:35.217100106Z" -creator: insta@0.8.1 -source: crates/ra_ide_api/src/runnables.rs -expression: "&runnables" ---- -[ - Runnable { - range: [1; 21), - kind: Bin, - }, - Runnable { - range: [22; 46), - kind: Test { - name: "test_foo", - }, - }, - Runnable { - range: [47; 81), - kind: Test { - name: "test_foo", - }, - }, -] -- cgit v1.2.3