mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 05:45:39 +02:00
add fuzzer for columns
This commit is contained in:

committed by
Martin Hořeňovský

parent
0098a76fef
commit
2454cfffb7
@@ -1,6 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <streambuf>
|
||||
|
||||
// from https://stackoverflow.com/a/8244052
|
||||
class NullStreambuf : public std::streambuf {
|
||||
@@ -17,4 +18,3 @@ public:
|
||||
virtual void avoidOutOfLineVirtualCompilerWarning();
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user