[Mobies-commit] [commit] r3709 - GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Mon May 2 11:22:37 CDT 2011
Author: ksmyth
Date: Mon May 2 11:22:37 2011
New Revision: 3709
Log:
SVN Udm compat
Modified:
GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/LibraryUpdate.cpp
Modified: GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/LibraryUpdate.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/LibraryUpdate.cpp Mon May 2 11:20:17 2011 (r3708)
+++ GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/LibraryUpdate.cpp Mon May 2 11:22:37 2011 (r3709)
@@ -170,7 +170,7 @@
string name = GetQualifiedName(cl); //cl.name();
if(oldClassMap.find(name) == oldClassMap.end())
{
- ASSERT(false);
+ assert(false);
continue;
}
if(newClassMap.find(cl) == newClassMap.end())
More information about the Mobies-commit
mailing list