Skip to content

Commit

Permalink
Remove 2 arg delete_var unit test case. #1301
Browse files Browse the repository at this point in the history
  • Loading branch information
jmpenn committed Jul 28, 2022
1 parent cb0d0ab commit 58cbf24
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ TEST_F(MM_delete_var_unittest, var_exists) {

}

#if 0
TEST_F(MM_delete_var_unittest, byAddress_destroy) {

int exists;
Expand All @@ -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;
Expand Down

0 comments on commit 58cbf24

Please sign in to comment.