Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
cd1m0 committed Jul 20, 2024
1 parent 709d149 commit 765a522
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/compile/kinds.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ describe(`Native and WASM compilers produce the same results for all files`, ()
defaultCompilationOutput,
defaultCompilerSettings
]
]
],
["test/samples/solidity/latest_08.sol", [{}, defaultCompilationOutput, { viaIR: true }]]
]);

for (const sample of samples) {
Expand Down

0 comments on commit 765a522

Please sign in to comment.