Skip to content

Commit

Permalink
Make test case smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
nielstron committed Jan 31, 2024
1 parent 4907887 commit 0f29c2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opshin/tests/test_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2705,7 +2705,7 @@ def validator(_: None) -> Dict[int, int]:

def test_empty_dict_displaced_constant_folding(self):
source_code = """
from opshin.prelude import *
from typing import Dict, List, Union
VAR: Dict[bytes, int] = {}
Expand Down

0 comments on commit 0f29c2f

Please sign in to comment.