Skip to content

Commit d58edec

Browse files
authored
Merge pull request #867 from crytic/dev-0.8.5-parsing
Add 0.8.5 parser tests
2 parents 2c623c3 + 5e0a6f0 commit d58edec

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1.93 KB
Binary file not shown.
961 Bytes
Binary file not shown.
Binary file not shown.
4.56 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
3.22 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
975 Bytes
Binary file not shown.
1.87 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
838 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

tests/test_ast_parsing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
ALL_05 = range(0, 18)
2727
ALL_06 = range(0, 13)
2828
ALL_07 = range(0, 7)
29-
ALL_08 = range(0, 5)
29+
ALL_08 = range(0, 6)
3030

3131
# these are tests that are currently failing right now
3232
XFAIL = (

0 commit comments

Comments
 (0)