Skip to content
Snippets Groups Projects
Commit a38bc8b9 authored by Oliver Heidmann's avatar Oliver Heidmann
Browse files

removed redundant test

parent 70cd09ec
No related branches found
No related tags found
1 merge request!26parser cleanup and fixes
......@@ -250,9 +250,6 @@ go_bandit([]() {
{ "-in2_out1", "-in0_out1", "-in0_out1", "-in0_out1", "out" });
checkNegative<Parser::CdoSyntaxError>(
"aborts when no in- and output are present", { "files_only" });
checkNegative<Parser::CdoSyntaxError>(
"aborts when old apply is used as first operator",
{ "-apply,-in0_out1" });
checkNegative<Parser::CdoSyntaxError>(
"aborts when apply is used as first operator",
{ "-apply,-in0_out1", "[", "-in0out1", "]", "out" });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment