aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide_api/src/snapshots/tests__runnables_module.snap
blob: a28dd89521af8a3f98c7c35e426b73fe801cd54d (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.976230700+00:00"
creator: [email protected]
expression: "&runnables"
source: "crates\\ra_ide_api\\src\\runnables.rs"
---
[
    Runnable {
        range: [1; 59),
        kind: TestMod {
            path: "test_mod"
        }
    },
    Runnable {
        range: [28; 57),
        kind: Test {
            name: "test_foo1"
        }
    }
]