Skip to content

Commit

Permalink
Disable unused code to keep code coverage high
Browse files Browse the repository at this point in the history
  • Loading branch information
bluebird75 committed Nov 13, 2016
1 parent 5149065 commit f304be6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions luaunit.lua
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,9 @@ local function mismatchFormattingMapping( table_a, table_b, doDeepAnalysis )
in this case, just use standard assertion message
* result: if success is true, a multi-line string with deep analysis of the two lists
]]

-- disable for the moment
--[[
local result = {}
local descrTa, descrTb = getTaTbDescr()
Expand Down Expand Up @@ -633,6 +636,7 @@ local function mismatchFormattingMapping( table_a, table_b, doDeepAnalysis )
end
return true, table.concat( result, '\n')
]]
end
M.private.mismatchFormattingMapping = mismatchFormattingMapping

Expand Down

0 comments on commit f304be6

Please sign in to comment.