solidity/test/cmdlineTests/no_append_metadata/input.sol
hrkrshnn d32661c0af Added tests for --no-append-metadata
- Command line tests
- Documented the standard json
- Changelog
- A Change in SolidityExecutionFramework to prevent flaky gas tests
- A boost test for --no-append-metadata
- Removed an outdated comment
2022-09-26 20:40:34 +02:00

11 lines
286 B
Solidity

// SPDX-License-Identifier: GPL-3.0
pragma solidity >= 0.0.0;
// NOTE: The expected output would be the binary with no metadata.
// The commandline tests would replace bytecode with metadata in it with
// <BYTECODE REMOVED>
// Therefore, not having that means success!
contract C {
}