forked from facebook/hermes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove operator== from synth trace records
Summary: Maintaining operator== for every record is error prone and requires a lot of boilerplate. Given that this is only used for tests, change the tests so they rely on just a JSON comparison of records, and delete operator== from all records. Reviewed By: ftanuma Differential Revision: D57399341 fbshipit-source-id: a83b85acdaba7e209c4e53f9fb23a8afc6876afc
- Loading branch information
1 parent
02ddbb1
commit 8a27222
Showing
3 changed files
with
128 additions
and
421 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.