pull/7/head
LianaHus 6 years ago
parent b2b8a0cb11
commit 5b4b099d13
  1. 1
      remix-debug/test/decoder/contracts/simpleContract.js
  2. 2
      remix-tests/examples/simple_storage2_test.sol
  3. 1
      remix-tests/tests/number/number_test.sol

@ -17,6 +17,7 @@ module.exports = `
contract test1 {
struct str {
uint8 ui;
}
}

@ -1,4 +1,4 @@
ppragma solidity ^0.5.0;
pragma solidity ^0.5.0;
import "remix_tests.sol";
import "./simple_storage.sol";

@ -1,5 +1,4 @@
pragma solidity ^0.5.0;
contract IntegerTest {
// GREATER THAN [>] tests

Loading…
Cancel
Save