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