File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -34,3 +34,8 @@ test_DAO_Token_sol_TokenInterface.abi
34
34
test_DAO_Token_sol_TokenInterface.bin
35
35
test_DAO_Token_sol_tokenRecipient.abi
36
36
test_DAO_Token_sol_tokenRecipient.bin
37
+
38
+ bin
39
+ out
40
+ * .bin
41
+ * .abi
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ tape('Compilation', function (t) {
34
34
}
35
35
st . end ( ) ;
36
36
} ) ;
37
+
37
38
t . test ( 'multiple files can be compiled' , function ( st ) {
38
39
var input = {
39
40
'lib.sol' : 'library L { function f() returns (uint) { return 7; } }' ,
@@ -49,6 +50,7 @@ tape('Compilation', function (t) {
49
50
st . ok ( output . contracts [ 'lib.sol:L' ] . bytecode . length > 0 ) ;
50
51
st . end ( ) ;
51
52
} ) ;
53
+
52
54
t . test ( 'lazy-loading callback works' , function ( st ) {
53
55
var input = {
54
56
'cont.sol' : 'import "lib.sol"; contract x { function g() { L.f(); } }'
@@ -215,6 +217,7 @@ tape('Compilation', function (t) {
215
217
st . end ( ) ;
216
218
} ) ;
217
219
} ) ;
220
+
218
221
tape ( 'Loading Legacy Versions' , function ( t ) {
219
222
t . test ( 'loading remote version - development snapshot' , function ( st ) {
220
223
// getting the development snapshot
You can’t perform that action at this time.
0 commit comments