Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
5d2e69c7
Commit
5d2e69c7
authored
Apr 10, 2017
by
Michael Fröwis
Committed by
chriseth
May 17, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Static Analysis: fixes testing after merge
parent
194c59a3
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
staticAnalysisCommon-test.js
test/staticanalysis/staticAnalysisCommon-test.js
+0
-4
No files found.
test/staticanalysis/staticAnalysisCommon-test.js
View file @
5d2e69c7
...
@@ -429,9 +429,6 @@ test('staticAnalysisCommon.getSuperLocalCallName', function (t) {
...
@@ -429,9 +429,6 @@ test('staticAnalysisCommon.getSuperLocalCallName', function (t) {
],
],
'name'
:
'MemberAccess'
'name'
:
'MemberAccess'
}
}
test
(
'staticAnalysisCommon.getExternalDirectCallContractName'
,
function
(
t
)
{
t
.
plan
(
3
)
var
localCall
=
{
var
localCall
=
{
'attributes'
:
{
'attributes'
:
{
'type'
:
'tuple()'
,
'type'
:
'tuple()'
,
...
@@ -1780,7 +1777,6 @@ test('staticAnalysisCommon.isBlockTimestampAccess', function (t) {
...
@@ -1780,7 +1777,6 @@ test('staticAnalysisCommon.isBlockTimestampAccess', function (t) {
t
.
notOk
(
common
.
isNowAccess
(
node
),
'is now used should not work'
)
t
.
notOk
(
common
.
isNowAccess
(
node
),
'is now used should not work'
)
})
})
<<<<<<<
1
ca54743848c4b5087105325dbc095c1b6a8b428
test
(
'staticAnalysisCommon.isBlockBlockhashAccess'
,
function
(
t
)
{
test
(
'staticAnalysisCommon.isBlockBlockhashAccess'
,
function
(
t
)
{
t
.
plan
(
4
)
t
.
plan
(
4
)
var
node
=
{
var
node
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment