| { | |
| "include": [ | |
| "sdk/lib/diagnostics/syslog/client.shard.cmx" | |
| ], | |
| "program": { | |
| "args": [ | |
| "--nocapture", | |
| "--test-threads=1", | |
| "-Zunstable-options", | |
| "--ensure-time" | |
| ], | |
| "binary": "test/scoped_task_test" | |
| }, | |
| "sandbox": { | |
| "services": [ | |
| "fuchsia.process.Launcher" | |
| ] | |
| } | |
| } |