mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Update old tests
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
pragma abicoder v1;
|
||||
pragma experimental SMTChecker;
|
||||
|
||||
struct Item {
|
||||
uint x;
|
||||
uint y;
|
||||
@@ -14,3 +12,5 @@ contract D {
|
||||
return a + b;
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// SMTEngine: all
|
||||
Reference in New Issue
Block a user