Skip to content

Commit

Permalink
Unit Test: disabled NumericExecutionPass, due to sealangdotorg/sea#93
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaulweber committed Apr 12, 2019
1 parent e3fb7ca commit ab838d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions etc/test/passes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,16 @@ SOURCE_TEST( analyze, ConsistencyCheckPass, source, true, , );
SOURCE_TEST( transform, AstDumpSourcePass, source, true, , );
SOURCE_TEST( transform, AstDumpDotPass, source, true, , );

SOURCE_TEST( execute, NumericExecutionPass, source, true, , );

static const auto source_with_no_init = R"***(
CASM
rule test = skip
)***";

SOURCE_TEST( execute, NumericExecutionPass, source_with_no_init, true, _noInitDefinition, );
// SOURCE_TEST( execute, NumericExecutionPass, source, true, , ); // TODO: FIXME: https://github.com/casm-lang/casm/issues/93
//
// static const auto source_with_no_init = R"***(
// CASM
//
// rule test = skip
//
// )***";
//
// SOURCE_TEST( execute, NumericExecutionPass, source_with_no_init, true, _noInitDefinition, );

//
// Local variables:
Expand Down

0 comments on commit ab838d4

Please sign in to comment.