Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitalita committed Jan 4, 2025
1 parent ddf3f5b commit 29f3c04
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_bytecode.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,6 @@ inline void test_script_text(const String &script_name, const String &helper_scr
auto decompiled_string = decomp->get_script_text();
auto helper_script_text_stripped = remove_comments(helper_script_text).replace("\"\"\"", "\"").replace("'", "\"");
if (!helper_script_text_stripped.strip_edges().is_empty()) {
if (decompiled_string == "") {
int i = 0;
}
CHECK(decompiled_string != "");
}

Expand Down

0 comments on commit 29f3c04

Please sign in to comment.