diff options
| author | Nick Cameron <ncameron@mozilla.com> | 2017-04-06 21:17:22 +1200 |
|---|---|---|
| committer | Nick Cameron <ncameron@mozilla.com> | 2017-04-06 21:17:22 +1200 |
| commit | ee9daade3597dc6e94855ab9e90fc9ebfbea6a1f (patch) | |
| tree | 94864cadabcb325a88162b010da8b3cb7346d622 /tests/source | |
| parent | a7183766b95d43700ddc583b9e9f5d4bcfa91e58 (diff) | |
Fix a bug with overlong function calls
Diffstat (limited to 'tests/source')
| -rw-r--r-- | tests/source/fn-simple.rs | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/source/fn-simple.rs b/tests/source/fn-simple.rs index 1764266718e..e11df34ad86 100644 --- a/tests/source/fn-simple.rs +++ b/tests/source/fn-simple.rs @@ -44,3 +44,12 @@ unsafe fn generic_call(cx: *mut JSContext, argc: libc::c_uint, vp: *mut JSVal, } pub fn start_export_thread<C: CryptoSchemee + 'static>(database: &Database, crypto_scheme: &C, block_size: usize, source_path: &Path) -> BonzoResult<mpsc::Consumer<'static, FileInstruction>> {} + +pub fn waltz(cwd: &Path) -> CliAssert { + { + { + formatted_comment = rewrite_comment(comment, block_style, width, offset, formatting_fig); + } + } + +} |
