8159366: Header guards missing for unittest.hpp

Reviewed-by: jwilhelm, stefank, pliden
This commit is contained in:
Erik Helin 2016-06-13 13:52:38 +02:00
parent d39f9a9b55
commit 1d07931eae

View File

@ -22,6 +22,9 @@
*
*/
#ifndef UNITTEST_HPP
#define UNITTEST_HPP
#include <stdlib.h>
#include <stdio.h>
@ -111,3 +114,5 @@
#define TEST_VM_ASSERT_MSG(...) \
TEST_VM_ASSERT_MSG is only available in debug builds
#endif
#endif // UNITTEST_HPP