File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
crates/compilers/src/preprocessor Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 fail-fast : false
2323 matrix :
24- os : ["ubuntu-latest", "macos-latest", " windows-latest"]
24+ os : ["windows-latest"]
2525 rust : ["stable", "1.83"]
2626 flags : ["", "--all-features"]
2727 exclude :
Original file line number Diff line number Diff line change @@ -102,11 +102,11 @@ impl Preprocessor<SolcCompiler> for TestOptimizerPreprocessor {
102102 // Collect data of source contracts referenced in tests and scripts.
103103 let data = collect_preprocessor_data ( & sess, hir, & deps. referenced_contracts ) ;
104104
105- // Extend existing sources with preprocessor deploy helper sources.
106- sources. extend ( create_deploy_helpers ( & data) ) ;
107-
108105 // Generate and apply preprocessor source updates.
109106 apply_updates ( sources, remove_bytecode_dependencies ( hir, & deps, & data) ) ;
107+
108+ // Extend existing sources with preprocessor deploy helper sources.
109+ sources. extend ( create_deploy_helpers ( & data) ) ;
110110 }
111111
112112 Ok ( ( ) )
You can’t perform that action at this time.
0 commit comments