mirror of
https://github.com/nasa/trick.git
synced 2025-01-19 03:06:23 +00:00
Remove 2 arg delete_var unit test case. #1301
This commit is contained in:
parent
cb0d0ab295
commit
58cbf24d5a
@ -41,6 +41,7 @@ TEST_F(MM_delete_var_unittest, var_exists) {
|
||||
|
||||
}
|
||||
|
||||
#if 0
|
||||
TEST_F(MM_delete_var_unittest, byAddress_destroy) {
|
||||
|
||||
int exists;
|
||||
@ -64,7 +65,6 @@ TEST_F(MM_delete_var_unittest, byAddress_destroy) {
|
||||
EXPECT_EQ(0, exists);
|
||||
}
|
||||
|
||||
#if 0
|
||||
TEST_F(MM_delete_var_unittest, byAddress_nodestroy) {
|
||||
|
||||
int exists;
|
||||
|
Loading…
Reference in New Issue
Block a user