updated csv tests and removed chemical tests because chemical tests had memory leaks

This commit is contained in:
herbglitch 2025-01-06 17:35:13 -07:00
parent a3e640c252
commit 136344c009
3 changed files with 28 additions and 12 deletions

View file

@ -5,10 +5,11 @@
ARC_TEST(Chemical_BasicTest){
ARC_Chemical *chemical;
ARC_Chemical_Create(&chemical);
ARC_CHECK(arc_errno == 0);
// ARC_Chemical *chemical;
// ARC_Chemical_Create(&chemical);
//cleanup
ARC_Chemical_Destroy(chemical);
// ARC_Chemical_Destroy(chemical);
}