predict_test: align dst buffer to 16
authorJohann <johannkoenig@google.com>
Wed, 21 Sep 2016 20:31:59 +0000 (13:31 -0700)
committerJohann <johannkoenig@google.com>
Wed, 21 Sep 2016 20:35:47 +0000 (13:35 -0700)
commit35ebc1cddf3542692acf3690302dd2028ce251fb
tree679f1edb57bb4c46e0b9fdb630106d93a45c9438
parentb6e686b1ea0cb5d609de85836b829557660e7d55
predict_test: align dst buffer to 16

On 32 bit machines 'new' does not always appear to allocate sufficiently
aligned buffers, causing intermittent test failures.

Change-Id: I0db4fc73782012e4eef71dc0fb540e74fdbfcebe
test/predict_test.cc