Skip to content

Commit

Permalink
remove accidental inclusion of (non-functional) testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Mar 22, 2022
1 parent 0ac2da0 commit ba80a44
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions conv2/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,25 +286,6 @@ struct StreamFormatter {

int main(const int argc, char** argv)
{

if (str::stob("true")) {
std::cout << "Successful\n";
}
if (!str::stob("false")) {
std::cout << "Successful\n";
}

if (str::stob(" true")) {
std::cout << "Successful\n";
}
if (str::stob("\ttrue asdf")) {
std::cout << "Successful\n";
}


return 0;


enum class OUTCOLOR : unsigned char {
NONE,
INPUT,
Expand Down

0 comments on commit ba80a44

Please sign in to comment.