mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use 'optimizationPreset: none' for objectCompiler tests that rely on things that could get optimized out
This commit is contained in:
parent
a51d72fb89
commit
43de99dee5
@ -6,6 +6,8 @@ object "Contract" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ====
|
||||||
|
// optimizationPreset: none
|
||||||
// ----
|
// ----
|
||||||
// Assembly:
|
// Assembly:
|
||||||
// /* "source":33:48 */
|
// /* "source":33:48 */
|
||||||
|
@ -6,6 +6,8 @@ object "Contract" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ====
|
||||||
|
// optimizationPreset: none
|
||||||
// ----
|
// ----
|
||||||
// Assembly:
|
// Assembly:
|
||||||
// /* "source":33:54 */
|
// /* "source":33:54 */
|
||||||
|
Loading…
Reference in New Issue
Block a user