aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables.snap
blob: 71bd7a4bd13dae67e7c941f301fe65afcb426cc3 (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-01-22T14:45:00.975229300+00:00"
creator: [email protected]
expression: "&runnables"
source: "crates\\ra_ide_api\\src\\runnables.rs"
---
[
    Runnable {
        range: [1; 21),
        kind: Bin
    },
    Runnable {
        range: [22; 46),
        kind: Test {
            name: "test_foo"
        }
    },
    Runnable {
        range: [47; 81),
        kind: Test {
            name: "test_foo"
        }
    }
]