diff options
| author | Laurenz <laurmaedje@gmail.com> | 2019-11-17 15:16:37 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2019-11-17 15:16:37 +0100 |
| commit | f6cb4d725ee6e4fd09b92b5af7348d11ac951b10 (patch) | |
| tree | 7cf8bc7b0158a8a453fd9e2a2fe5a857ef036d5e /tests | |
| parent | 4d0bdc4ca4cb5e8ca1a70b38a0fc0ec37d9e4857 (diff) | |
Update standard library functions 🎁
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/layouting.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/layouting.rs b/tests/layouting.rs index 1a406c8c..27999d43 100644 --- a/tests/layouting.rs +++ b/tests/layouting.rs @@ -77,7 +77,7 @@ fn test(name: &str, src: &str) { // Make run warm. #[cfg(not(debug_assertions))] let warmup_start = Instant::now(); - typesetter.typeset(&src).unwrap(); + #[cfg(not(debug_assertions))] typesetter.typeset(&src).unwrap(); #[cfg(not(debug_assertions))] let warmup_end = Instant::now(); // Layout into box layout. |
