Skip to content

Commit c4c3338

Browse files
committed
adjust outlining limits for llvm 4.0
1 parent bffda88 commit c4c3338

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_other.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -943,8 +943,8 @@ def measure_funcs(filename):
943943
for test_opts, expected_ranges in [
944944
([], {
945945
100: (150, 500),
946-
250: (150, 600),
947-
500: (150, 700),
946+
250: (150, 800),
947+
500: (150, 900),
948948
1000: (200, 1000),
949949
2000: (250, 2000),
950950
5000: (500, 5000),

0 commit comments

Comments
 (0)