summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroffa <bm-dev@yandex.com>2020-02-04 18:41:11 +0100
committerMartin Hořeňovský <martin.horenovsky@gmail.com>2020-02-08 14:27:40 +0100
commit36170d60ca3c76c663b7c12a518c979394d67f7a (patch)
tree407f8e010acc49442e0180537c7943b28f1a3c12
parent917e92c162f64b9da96d957ea9cc00bde88af7b9 (diff)
downloadcatch2-36170d60ca3c76c663b7c12a518c979394d67f7a.tar.gz
stdio.h replaced with cstdio.
-rw-r--r--projects/SelfTest/UsageTests/Tricky.tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/SelfTest/UsageTests/Tricky.tests.cpp b/projects/SelfTest/UsageTests/Tricky.tests.cpp
index 55fe6230..41d0adf4 100644
--- a/projects/SelfTest/UsageTests/Tricky.tests.cpp
+++ b/projects/SelfTest/UsageTests/Tricky.tests.cpp
@@ -17,7 +17,7 @@
#include "catch.hpp"
-#include <stdio.h>
+#include <cstdio>
#include <sstream>
#include <iostream>