We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d2c20c commit f336c81Copy full SHA for f336c81
tests/testingmain.cpp
@@ -1,14 +1,9 @@
1
#include "../tinyexpr.h"
2
#include <catch2/catch_session.hpp>
3
#include <catch2/catch_test_macros.hpp>
4
-#include <cstdlib>
5
-#include <iostream>
6
-#include <string>
7
8
int main(int argc, char** argv)
9
{
10
- std::cout << te_parser::info();
11
-
12
Catch::Session session;
13
14
session.applyCommandLine(argc, argv);
0 commit comments