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