Skip to content

Commit 5ee7cbd

Browse files
committed
Enable randomized incremental parsing tests for Python
1 parent 896254e commit 5ee7cbd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/integration/corpus_specs.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ describe("The Corpus", []() {
131131
size_t deletion_size = random() % (utf8_char_count(entry.input) - edit_position);
132132
string inserted_text = random_words(random() % 4 + 1);
133133

134-
if (language_name == "python") return;
135-
136134
if (insertions.insert({edit_position, inserted_text}).second) {
137135
string description = "\"" + inserted_text + "\" at " + to_string(edit_position);
138136

0 commit comments

Comments
 (0)