Skip to content

Commit

Permalink
Updated unit test to reflect removal of source transformation code in…
Browse files Browse the repository at this point in the history
…side modules.
  • Loading branch information
ahueck committed Apr 10, 2015
1 parent 29459cb commit 992fdce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@
*.app

# Build folder
build/*.*
build/test/*.*
build/*
2 changes: 1 addition & 1 deletion test/src/test_system.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,6 @@ TEST_CASE("TransformationHandle", "[thandle]") {
auto handle = app.getHandler();
app.executeOnCode(code);
REQUIRE(handle->getIncludeDirectives() != nullptr);
REQUIRE(handle->getAllReplacements().size() == 1);
//REQUIRE(handle->getAllReplacements().size() == 1);
}
}

0 comments on commit 992fdce

Please sign in to comment.