8165439: Convert Test_TempNewSymbol to GTest

Reviewed-by: dholmes, coleenp
This commit is contained in:
Kirill Zhaldybin 2016-09-05 20:31:03 +03:00
parent 6e3a0f41c1
commit 616083ca76
3 changed files with 77 additions and 51 deletions

View file

@ -82,7 +82,6 @@ void InternalVMTests::run() {
run_unit_test(Test_invalid_log_file);
run_unit_test(Test_multiline_logging);
run_unit_test(DirectivesParser_test);
run_unit_test(Test_TempNewSymbol);
#if INCLUDE_VM_STRUCTS
run_unit_test(VMStructs_test);
#endif