diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-13 20:17:06 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-14 10:20:03 +0200 |
| commit | 625e016d14073dfefb69c0fa36cddb81fbe034ed (patch) | |
| tree | 025bb557646390501de37e86d3813c111ec25d31 /tests | |
| parent | cdda2010369cdcc2ffce5cb70ea112a13aacd9c3 (diff) | |
*: remove VTYNL, part 6 of 6
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/lib/test_heavy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_heavy.c b/tests/lib/test_heavy.c index 382d1623f3..c6f6bbba2a 100644 --- a/tests/lib/test_heavy.c +++ b/tests/lib/test_heavy.c @@ -63,7 +63,7 @@ slow_func (struct vty *vty, const char *str, const int i) printf ("%s: hard error\n", __func__); if ((i % ITERS_PRINT) == 0) - printf ("%s did %d, x = %g%s", str, i, x, VTYNL); + printf ("%s did %d, x = %g\n", str, i, x); } static void |
