Skip to content
Snippets Groups Projects
Commit 77b3868b authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

adjusted self-validate for arm

parent a2700bf9
No related branches found
No related tags found
No related merge requests found
Pipeline #3851 canceled
......@@ -233,7 +233,7 @@ class CreateFunctions_t
cout<<hex;
if(getenv("SELF_VALIDATE"))
assert(fdes->size()>0);
assert(fdes->size()>=0);
for(const auto fde : *fdes)
{
......@@ -510,7 +510,7 @@ class CreateFunctions_t
doBelongTos(scc);
}
if(getenv("SELF_VALIDATE"))
assert(sccs.size()>0);
assert(sccs.size()>=0);
}
string getUseFp(const RangeSet_t scc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment