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:
@@ -6,6 +6,8 @@ object "Contract" {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// optimizationPreset: none
|
||||
// ----
|
||||
// Assembly:
|
||||
// /* "source":33:48 */
|
||||
|
||||
@@ -6,6 +6,8 @@ object "Contract" {
|
||||
}
|
||||
}
|
||||
|
||||
// ====
|
||||
// optimizationPreset: none
|
||||
// ----
|
||||
// Assembly:
|
||||
// /* "source":33:54 */
|
||||
|
||||
Reference in New Issue
Block a user