aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables_module.snap
blob: 23993a97f0f9146311134494fa7604e6368c8f9d (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.219258850Z"
creator: [email protected]
source: crates/ra_ide_api/src/runnables.rs
expression: "&runnables"
---
[
    Runnable {
        range: [1; 59),
        kind: TestMod {
            path: "test_mod",
        },
    },
    Runnable {
        range: [28; 57),
        kind: Test {
            name: "test_foo1",
        },
    },
]