diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-03 22:31:56 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-03 22:31:56 +0000 |
| commit | 7fb85beb1e4b655da0463d7d9c95b1181f5a6f00 (patch) | |
| tree | 676b6ad7889939cabaf1f45eafc003c2130b8e0d /test/image_test.cc | |
| parent | 9655ed4740f08899698052f232256fcf7b77c58e (diff) | |
Tweaks to test setup; don't always compute coverage.
Diffstat (limited to 'test/image_test.cc')
| -rw-r--r-- | test/image_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/image_test.cc b/test/image_test.cc index 6b024c1a..216c3c5c 100644 --- a/test/image_test.cc +++ b/test/image_test.cc @@ -44,7 +44,7 @@ public: } - uint16_t * const * data () const { + uint8_t * const * data () const { return 0; } |
