Commit d3f7a0d6 authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Make GCOV work again. closes[t:1921]

git-svn-id: file:///svn/toku/tokudb@13799 c7de825b-a66e-492c-adef-691d508d4ae1
parent 628d8cd5
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <assert.h> #include <toku_assert.h>
#include "test.h" #include "test.h"
#include "checkpoint.h" #include "checkpoint.h"
......
/* -*- mode: C; c-basic-offset: 4 -*- */ /* -*- mode: C; c-basic-offset: 4 -*- */
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <assert.h> #include <toku_assert.h>
#include "test.h" #include "test.h"
#include "checkpoint.h" #include "checkpoint.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
// the blocks in the reading state should be ignored. // the blocks in the reading state should be ignored.
#include <stdio.h> #include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <assert.h> #include <toku_assert.h>
#include "test.h" #include "test.h"
#include "checkpoint.h" #include "checkpoint.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment