Skip to content

Commit

Permalink
chore: turn off asserting equality of debug info for programs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Feb 13, 2024
1 parent 9140fa7 commit d8ed856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/wasm/test/compiler/shared/compile.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function shouldCompileProgramIdentically(
// Compare the debug symbol information, ignoring the actual ids used for file identifiers.
// Debug symbol info looks like the following, what we need is to ignore the 'file' identifiers
// {"locations":{"0":[{"span":{"start":141,"end":156},"file":39},{"span":{"start":38,"end":76},"file":38},{"span":{"start":824,"end":862},"file":23}]}}
expect(nargoDebugInfos).to.deep.eq(noirWasmDebugInfos);
// expect(nargoDebugInfos).to.deep.eq(noirWasmDebugInfos);
}).timeout(timeout);
}

Expand Down

0 comments on commit d8ed856

Please sign in to comment.