1# -*- Python -*- 2# 3# This directory contains reader tests that require the ability to dump parsed 4# IR. 5 6if not 'allow_dump' in config.root.available_features: 7 config.unsupported = True 8
1# -*- Python -*- 2# 3# This directory contains reader tests that require the ability to dump parsed 4# IR. 5 6if not 'allow_dump' in config.root.available_features: 7 config.unsupported = True 8