diff --git a/test/integration/compile/kinds.spec.ts b/test/integration/compile/kinds.spec.ts index 4fbc88bd..e7c2cb68 100644 --- a/test/integration/compile/kinds.spec.ts +++ b/test/integration/compile/kinds.spec.ts @@ -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) {