about summary refs log tree commit diff
path: root/tests/source
diff options
context:
space:
mode:
authorNick Cameron <ncameron@mozilla.com>2017-04-06 21:17:22 +1200
committerNick Cameron <ncameron@mozilla.com>2017-04-06 21:17:22 +1200
commitee9daade3597dc6e94855ab9e90fc9ebfbea6a1f (patch)
tree94864cadabcb325a88162b010da8b3cb7346d622 /tests/source
parenta7183766b95d43700ddc583b9e9f5d4bcfa91e58 (diff)
Fix a bug with overlong function calls
Diffstat (limited to 'tests/source')
-rw-r--r--tests/source/fn-simple.rs9
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);
+        }
+    }
+
+}