This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
solidity
Watch
16
Star
0
Fork
0
You've already forked solidity
mirror of
https://github.com/ethereum/solidity
synced
2023-10-03 13:03:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
66e314b7a0
solidity
/
test
/
cmdlineTests
/
stdin
/
stdin
5 lines
74 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add pragmas and SPDX comments to command-line tests to get cleaner error output
2021-08-05 15:14:16 +00:00
// SPDX-License-Identifier: GPL-3.0
pragma solidity >=0.0;
cmdlineTests: Allow providing content of the standard input when not testing via Standard JSON
2021-04-10 19:56:22 +00:00
contract C {}
Reference in New Issue
Copy Permalink