Commit 5b4b099d authored by LianaHus's avatar LianaHus

fixed typo

parent b2b8a0cb
......@@ -17,6 +17,7 @@ module.exports = `
contract test1 {
struct str {
uint8 ui;
}
}
......
ppragma solidity ^0.5.0;
pragma solidity ^0.5.0;
import "remix_tests.sol";
import "./simple_storage.sol";
......
pragma solidity ^0.5.0;
contract IntegerTest {
// GREATER THAN [>] tests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment