Skip to content
Snippets Groups Projects
Commit b44f6fd4 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Fix test name (CFunctionEbedder -> CFunctionEmbedder)

parent 9532d901
No related branches found
No related tags found
1 merge request!37Feature/language
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include <CFunctionEmbedder.hpp> #include <CFunctionEmbedder.hpp>
TEST_CASE("CFunctionEbedder", "[language]") TEST_CASE("CFunctionEmbedder", "[language]")
{ {
rang::setControlMode(rang::control::Off); rang::setControlMode(rang::control::Off);
...@@ -89,7 +89,5 @@ TEST_CASE("CFunctionEbedder", "[language]") ...@@ -89,7 +89,5 @@ TEST_CASE("CFunctionEbedder", "[language]")
ASTNodeDataVariant result; ASTNodeDataVariant result;
REQUIRE_THROWS(embedded_positive.apply(args, result)); REQUIRE_THROWS(embedded_positive.apply(args, result));
// REQUIRE(std::get<bool>(result) == c(d_arg, i_arg));
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment