Skip to content

Commit f336c81

Browse files
committed
Fix tests build issue with latest Catch2
1 parent 1d2c20c commit f336c81

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/testingmain.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
#include "../tinyexpr.h"
22
#include <catch2/catch_session.hpp>
33
#include <catch2/catch_test_macros.hpp>
4-
#include <cstdlib>
5-
#include <iostream>
6-
#include <string>
74

85
int main(int argc, char** argv)
96
{
10-
std::cout << te_parser::info();
11-
127
Catch::Session session;
138

149
session.applyCommandLine(argc, argv);

0 commit comments

Comments
 (0)