kerneltest/f32test/plugins/version_2beta/t_plugin_v2beta.cpp
branchGCC_SURGE
changeset 226 40d331b8468d
parent 221 39b39e1a406e
parent 225 088cabae939a
equal deleted inserted replaced
223:9b475c7a1224 226:40d331b8468d
    49 					"line 7 abcdefghijklmnopqrstuvwxyz\n"
    49 					"line 7 abcdefghijklmnopqrstuvwxyz\n"
    50 					"line 8 abcdefghijklmnopqrstuvwxyz\n"
    50 					"line 8 abcdefghijklmnopqrstuvwxyz\n"
    51 					"line 9 abcdefghijklmnopqrstuvwxyz\n");
    51 					"line 9 abcdefghijklmnopqrstuvwxyz\n");
    52 
    52 
    53 _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" );
    53 _LIT( KValueTestFailMsg, "ERROR Got %d expected %d" );
    54 GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char aFileName[])
    54 GLDEF_C void TestIfEqual( TInt aValue, TInt aExpected, TInt aLine, char const * aFileName)
    55 	{
    55 	{
    56 	if( aExpected != aValue )
    56 	if( aExpected != aValue )
    57 		{
    57 		{
    58 		TText filenameU[512];
    58 		TText filenameU[512];
    59 		TUint i = 0;
    59 		TUint i = 0;