Skip to content

Commit a400fba

Browse files
RIFTokenTest
1 parent 3296238 commit a400fba

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

contracts/RIFTokenTest.sol

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
// SPDX-License-Identifier: UNLICENSED
2+
pragma solidity ^0.4.24;
3+
4+
import "rif-token-contracts/contracts/RIF/RIFToken.sol";
5+
// File must exist, else test/RIFTokenTest.ts will fail
6+
contract RIFTokenTest is RIFToken {
7+
constructor () RIFToken () {
8+
9+
}
10+
}

0 commit comments

Comments
 (0)