Skip to content

Commit

Permalink
Make (tests pass) deterministic
Browse files Browse the repository at this point in the history
Reviewed By: ssj933

Differential Revision: D56039413

fbshipit-source-id: 2aca19730173d1d2c71de6523bfc39cfe95a4955
  • Loading branch information
Nikolai Tillmann authored and facebook-github-bot committed Apr 12, 2024
1 parent 0e68911 commit 22fcf73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libredex/IRTypeChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,7 @@ IRTypeChecker::IRTypeChecker(DexMethod* dex_method,
m_complete(false),
m_verify_moves(false),
m_check_no_overwrite_this(false),
m_relaxed_init_check(false),
m_good(true),
m_what("OK") {}

Expand Down

0 comments on commit 22fcf73

Please sign in to comment.