altos/test: Fix printf format for int64 arithmetic test
authorKeith Packard <keithp@keithp.com>
Sun, 23 Jul 2017 23:46:24 +0000 (16:46 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 23 Jul 2017 23:46:24 +0000 (16:46 -0700)
Use 'long long' and %lld for 64-bit values when printing.

Signed-off-by: Keith Packard <keithp@keithp.com>

No differences found