author | ehelin |
Mon, 13 Jun 2016 13:52:38 +0200 | |
changeset 39396 | 84aae7f2f638 |
parent 39395 | af07388255fc |
child 39397 | ae63e0e7af71 |
child 39398 | 16b3ed4012f8 |
--- a/hotspot/test/native/unittest.hpp Mon Jun 13 13:54:46 2016 +0200 +++ b/hotspot/test/native/unittest.hpp Mon Jun 13 13:52:38 2016 +0200 @@ -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