blob: 96efa992bb6851cc151e06c880cc6378192a785b (
plain)
1
2
3
4
5
6
7
|
const EXPECTED = {
'query': 'waker_from',
'others': [
{ 'path': 'substring::SuperWaker', 'name': 'local_waker_from_nonlocal' },
{ 'path': 'substring::SuperWakerTask', 'name': 'local_waker_from_nonlocal' },
],
};
|