mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8159366: Header guards missing for unittest.hpp
Reviewed-by: jwilhelm, stefank, pliden
This commit is contained in:
parent
d39f9a9b55
commit
1d07931eae
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,9 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef UNITTEST_HPP
|
||||||
|
#define UNITTEST_HPP
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
|
@ -111,3 +114,5 @@
|
||||||
#define TEST_VM_ASSERT_MSG(...) \
|
#define TEST_VM_ASSERT_MSG(...) \
|
||||||
TEST_VM_ASSERT_MSG is only available in debug builds
|
TEST_VM_ASSERT_MSG is only available in debug builds
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif // UNITTEST_HPP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue