Skip to content

Commit

Permalink
Static Analysis: fixes testing after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fröwis authored and chriseth committed May 17, 2017
1 parent 194c59a commit 5d2e69c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/staticanalysis/staticAnalysisCommon-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -429,9 +429,6 @@ test('staticAnalysisCommon.getSuperLocalCallName', function (t) {
],
'name': 'MemberAccess'
}

test('staticAnalysisCommon.getExternalDirectCallContractName', function (t) {
t.plan(3)
var localCall = {
'attributes': {
'type': 'tuple()',
Expand Down Expand Up @@ -1780,7 +1777,6 @@ test('staticAnalysisCommon.isBlockTimestampAccess', function (t) {
t.notOk(common.isNowAccess(node), 'is now used should not work')
})

<<<<<<< 1ca54743848c4b5087105325dbc095c1b6a8b428
test('staticAnalysisCommon.isBlockBlockhashAccess', function (t) {
t.plan(4)
var node = {
Expand Down

0 comments on commit 5d2e69c

Please sign in to comment.