Commit fffd7f4
committed
Drop orphaned C8::S1 comments in rdoc_store_test.rb
tompng pointed out on #1690 that the
"C8::S1 does not exist. It should not be in the list."
comments in test_all_classes_and_modules and test_all_classes
were anchored to the Ripper-only workaround
("expected = (expected + ['C8::S1']).sort unless using_prism_ruby_parser?")
that the previous commit removed. With no workaround for them to explain,
the comments are orphaned -- drop them.
The matching comment in test_load_single_class stays; it explains the
remaining `assert_nil @c8_s1` assertion.1 parent d4da155 commit fffd7f4
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | 169 | | |
173 | 170 | | |
174 | 171 | | |
| |||
220 | 217 | | |
221 | 218 | | |
222 | 219 | | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | 220 | | |
227 | 221 | | |
228 | 222 | | |
| |||
0 commit comments