mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
hash tests as the same
This commit is contained in:
parent
1b1a201517
commit
8755465ad6
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ impl<'a> Hash for GuardedTest<'a> {
|
|||
state.write_u8(1);
|
||||
}
|
||||
GuardedTest::TestNotGuarded { test } => {
|
||||
state.write_u8(2);
|
||||
state.write_u8(0);
|
||||
test.hash(state);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue