Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
cd1m0 committed Apr 2, 2024
1 parent 2be8769 commit 5825959
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions test/analyses.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ describe("Analyses", () => {
const received = (analysisResults.get(key) as dl.Fact[]).map((fact) =>
fact.toJSON()
);
console.error(key);
console.error(received);
console.error(val);
expect(received).toEqual(val);
}
});
Expand Down
3 changes: 2 additions & 1 deletion test/succ.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ const skipSamples: string[] = [
"test/samples/solidity/meta/imports/lib/B.sol",
"test/samples/solidity/meta/imports/lib2/C.sol",
"test/samples/solidity/meta/imports/lib2/D.sol",
"test/samples/solidity/path_remapping/entry.sol"
"test/samples/solidity/path_remapping/entry.sol",
"test/samples/solidity/features_0824.sol"
];

const samples = searchRecursive(
Expand Down

0 comments on commit 5825959

Please sign in to comment.