aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables.snap
blob: ba6cba0ab983996756526709562c778a38e210b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Created: 2019-01-15T11:15:20.732460119+00:00
Creator: [email protected]
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"
        }
    }
]