aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables.snap
blob: de2fadd7f54b5f7ac70213389bb067b9fbdda8ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
created: "2019-05-23T22:23:35.217100106Z"
creator: [email protected]
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",
        },
    },
]