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)
commit9eaf917707287af57c2dadfc82d6d415b0964329
treee2c744127a25e4ab51750e60eba24ee2f89ae07b
parent198a3d4d5f51de5c0f0413299582479cde4e177f
altos/test: Fix printf format for int64 arithmetic test

Use 'long long' and %lld for 64-bit values when printing.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/test/ao_int64_test.c