tests: gh1602 - Add define for PRIxLEAST64
authorMark Young <marky@lunarg.com>
Thu, 27 Apr 2017 07:30:14 +0000 (01:30 -0600)
committerMark Young <marky@lunarg.com>
Mon, 1 May 2017 16:37:05 +0000 (10:37 -0600)
commit44a918406c3baebe4e3ab911f91cf4d13642ea67
treeabd1dff5b384fbda127fd4bea6348744592a8438
parent6e3442c40be4c735b830775a753bb449c331e15d
tests: gh1602 - Add define for PRIxLEAST64

In C++, you need to define __STDC_FORMAT_MACROS prior to including
'inttypes.h' in order for it to properly expose PRIxLEAST64.
For some reason, many platforms expose this anyways without the
define, but some dont.

Change-Id: I1f6b6401540c1b84d95525cbe1ebc649f6f2d393
tests/loader_validation_tests.cpp