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: Sat, 05 Apr 2008 12:13:54 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/05 12:13:54

Modified files:
        testsuite/server: PropertyListTest.cpp 

Log message:
        print sizeof(Property) for reference

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

Patches:
Index: PropertyListTest.cpp
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/PropertyListTest.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- PropertyListTest.cpp        5 Feb 2008 18:16:54 -0000       1.23
+++ PropertyListTest.cpp        5 Apr 2008 12:13:53 -0000       1.24
@@ -43,6 +43,8 @@
 int
 main(int /*argc*/, char** /*argv*/)
 {
+       cout << "sizeof(Property): " << sizeof(Property) << endl;
+
        gnash::LogFile& dbglogfile = gnash::LogFile::getDefaultInstance();
        dbglogfile.setVerbosity();
 




reply via email to

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