mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 12:04:39 +02:00
8171090: Convert VMStruct_test to GTest
Reviewed-by: iignatyev
This commit is contained in:
parent
98bf7d7727
commit
2fd9f38a31
4 changed files with 89 additions and 46 deletions
|
@ -49,9 +49,6 @@ void InternalVMTests::run() {
|
|||
run_unit_test(GCTimer_test);
|
||||
run_unit_test(ObjectMonitor_test);
|
||||
run_unit_test(DirectivesParser_test);
|
||||
#if INCLUDE_VM_STRUCTS
|
||||
run_unit_test(VMStructs_test);
|
||||
#endif
|
||||
tty->print_cr("All internal VM tests passed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue