Skip to content

Commit 0bfb212

Browse files
committed
Debugging
1 parent 242f997 commit 0bfb212

File tree

1 file changed

+2
-2
lines changed
  • regression/cbmc/Array_operations1

1 file changed

+2
-2
lines changed

regression/cbmc/Array_operations1/main.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void test_set()
5151
int main()
5252
{
5353
test_equal();
54-
test_copy();
55-
test_replace();
54+
// test_copy();
55+
// test_replace();
5656
test_set();
5757
}

0 commit comments

Comments
 (0)