[svn-r9083] Purpose: Fix minor problem

Description:
    Added an argument to the call to TestParseCmdLine because its
    prototype has just been changed.

Platforms tested:
    SunOS 5.7 (arabica)
    Linux 2.4 (eirene)


Misc. update:
This commit is contained in:
Binh-Minh Ribler 2004-08-14 00:08:10 -05:00
parent d1110d4055
commit c517d82c97

View File

@ -74,7 +74,7 @@ Comment out tests that are not done yet */
TestInfo(argv[0]);
/* Parse command line arguments */
TestParseCmdLine(argc,argv,&Summary,&CleanUp);
TestParseCmdLine(argc,argv,&Summary,&CleanUp,NULL);
/* Perform requested testing */
PerformTests();