Disable coverage analysis of the C++ test.

This commit is contained in:
Dag-Erling Smørgrav 2017-02-19 17:33:42 +01:00
parent 01ffa275ad
commit 9414c8b8f1

View file

@ -35,7 +35,9 @@
#include <iostream>
#include <vector>
#include <cryb/to.h>
#include <cryb/coverage.h>
CRYB_DISABLE_COVERAGE;
class test {
public: