kerneltest/e32test/system/t_ctrap.cpp
changeset 293 0659d0e1a03c
parent 231 75252ea6123b
equal deleted inserted replaced
291:206a6eaaeb71 293:0659d0e1a03c
     1 // Copyright (c) 1995-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 1995-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of the License "Eclipse Public License v1.0"
     4 // under the terms of the License "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
  1606 	test.End();
  1606 	test.End();
  1607 	}
  1607 	}
  1608 
  1608 
  1609 GLDEF_C TInt E32Main()
  1609 GLDEF_C TInt E32Main()
  1610     {
  1610     {
       
  1611 	COMPLETE_POST_BOOT_SYSTEM_TASKS();
  1611 	test.Title();
  1612 	test.Title();
  1612 	
  1613 	
  1613 	test.Start(_L("Test destructor causing stack reallocation"));
  1614 	test.Start(_L("Test destructor causing stack reallocation"));
  1614 	testDestructorStackReallocation();	
  1615 	testDestructorStackReallocation();	
  1615 	
  1616