Enable randomized incremental parsing tests for Python
This commit is contained in:
parent
896254eea5
commit
5ee7cbda2c
1 changed files with 0 additions and 2 deletions
|
|
@ -131,8 +131,6 @@ describe("The Corpus", []() {
|
|||
size_t deletion_size = random() % (utf8_char_count(entry.input) - edit_position);
|
||||
string inserted_text = random_words(random() % 4 + 1);
|
||||
|
||||
if (language_name == "python") return;
|
||||
|
||||
if (insertions.insert({edit_position, inserted_text}).second) {
|
||||
string description = "\"" + inserted_text + "\" at " + to_string(edit_position);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue