Use 'optimizationPreset: none' for objectCompiler tests that rely on things that could get optimized out

This commit is contained in:
Kamil Śliwak 2021-04-26 22:35:16 +02:00
parent a51d72fb89
commit 43de99dee5
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@ object "Contract" {
} }
} }
// ====
// optimizationPreset: none
// ---- // ----
// Assembly: // Assembly:
// /* "source":33:48 */ // /* "source":33:48 */

View File

@ -6,6 +6,8 @@ object "Contract" {
} }
} }
// ====
// optimizationPreset: none
// ---- // ----
// Assembly: // Assembly:
// /* "source":33:54 */ // /* "source":33:54 */