aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables_multiple_depth_module.snap
blob: c516a61dfc1cc9e7ed6076b4f9876170869b00ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
created: "2019-05-23T22:23:35.219671663Z"
creator: [email protected]
source: crates/ra_ide_api/src/runnables.rs
expression: "&runnables"
---
[
    Runnable {
        range: [41; 115),
        kind: TestMod {
            path: "foo::bar::test_mod",
        },
    },
    Runnable {
        range: [68; 105),
        kind: Test {
            name: "test_foo1",
        },
    },
]