Make the assertion real.

llvm-svn: 58833
This commit is contained in:
Zhongxing Xu
2008-11-07 08:57:30 +00:00
parent 34d93f8572
commit e79a4e667b

View File

@@ -173,7 +173,7 @@ SVal RegionStoreManager::getLValueField(const GRState* St, SVal Base,
return Base;
default:
assert("Unhandled Base.");
assert(0 && "Unhandled Base.");
return Base;
}