aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables_one_depth_layer_module.snap
blob: d199e90739da91144acb0edfe5c75d1ee420f2a7 (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:01.016119500+00:00"
creator: [email protected]
expression: "&runnables"
source: "crates\\ra_ide_api\\src\\runnables.rs"
---
[
    Runnable {
        range: [23; 85),
        kind: TestMod {
            path: "foo::test_mod"
        }
    },
    Runnable {
        range: [46; 79),
        kind: Test {
            name: "test_foo1"
        }
    }
]