From 8ce1259561fce4ea838c9e8d745ed0f6a9888401 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 19 Nov 2018 19:19:34 +0100 Subject: [PATCH] Update tests_accounts.sol.js --- remix-tests/sol/tests_accounts.sol.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/remix-tests/sol/tests_accounts.sol.js b/remix-tests/sol/tests_accounts.sol.js index c32f656621..55392f8b92 100644 --- a/remix-tests/sol/tests_accounts.sol.js +++ b/remix-tests/sol/tests_accounts.sol.js @@ -1,5 +1,4 @@ -module.exports = `pragma solidity ^0.5.0; - +module.exports = ` library TestsAccounts { function getAccount(uint index) public returns (address) { >accounts<