gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash/testsuite/server PropertyListTest.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/testsuite/server PropertyListTest.cpp
Date: Mon, 07 Apr 2008 09:01:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/07 09:01:06

Modified files:
        testsuite/server: PropertyListTest.cpp 

Log message:
        print sizeof(PropertyList)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/PropertyListTest.cpp?cvsroot=gnash&r1=1.24&r2=1.25

Patches:
Index: PropertyListTest.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/PropertyListTest.cpp,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- PropertyListTest.cpp        5 Apr 2008 12:13:53 -0000       1.24
+++ PropertyListTest.cpp        7 Apr 2008 09:01:05 -0000       1.25
@@ -44,6 +44,7 @@
 main(int /*argc*/, char** /*argv*/)
 {
        cout << "sizeof(Property): " << sizeof(Property) << endl;
+       cout << "sizeof(PropertyList): " << sizeof(PropertyList) << endl;
 
        gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
        dbglogfile.setVerbosity();




reply via email to

[Prev in Thread] Current Thread [Next in Thread]