Ticket #43339: patch-ARB-ARBDB.diff
File patch-ARB-ARBDB.diff, 490 bytes (added by mattcottrell, 11 years ago) |
---|
-
ARBDB/arbdb.cxx
447 447 return inside_shell; 448 448 } 449 449 450 #if 0 450 451 struct GB_test_shell_closed { 451 452 ~GB_test_shell_closed() { 452 453 if (GB_shell::in_shell()) { // leave that call … … 455 456 } 456 457 }; 457 458 static GB_test_shell_closed test; 459 #endif 458 460 459 461 #if defined(UNIT_TESTS) 460 462 static bool closed_open_shell_for_unit_tests() {