Internals: Rename selfTest, no functional change.

This commit is contained in:
Wilson Snyder
2017-10-30 19:01:58 -04:00
parent df471e87eb
commit 52c3031a82
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ void V3GraphTestImport::dotImport() {
//======================================================================
void V3Graph::test() {
void V3Graph::selfTest() {
// Execute all of the tests
UINFO(2,__FUNCTION__<<": "<<endl);
{ V3GraphTestStrong test; test.run(); }