OLD | NEW |
---|---|
(Empty) | |
1 # -*- Python -*- | |
2 # | |
3 # This directory contain reader tests that require the ability to dump | |
Jim Stichnoth
2014/11/18 16:04:59
contains
Karl
2014/11/19 18:34:09
Done.
| |
4 # parsed | |
jvoung (off chromium)
2014/11/17 22:16:10
could merge line 4 and 5 ?
Jim Stichnoth
2014/11/18 16:04:59
How about 3, 4, and 5? :)
Karl
2014/11/19 18:34:09
Can't merge all three lines, goes over 80 columns
Karl
2014/11/19 18:34:10
Done.
| |
5 # IR. | |
6 | |
7 if not 'allow_dump' in config.root.available_features: | |
8 config.unsupported = True | |
OLD | NEW |