Skip to content

Commit 0e54ec1

Browse files
mpagemeta-codesync[bot]
authored andcommitted
Remove call_optimization_test.txt
Summary: This is currently unused. The test is also already covered by `simplify_test.txt`. Reviewed By: alexmalyshev Differential Revision: D109637400 fbshipit-source-id: c043a2714f3178e5bf40a69ce4d79a0e962ef2a1
1 parent 51f17b8 commit 0e54ec1

2 files changed

Lines changed: 1 addition & 22 deletions

File tree

cinderx/RuntimeTests/hir_tests/call_optimization_test.txt

Lines changed: 0 additions & 19 deletions
This file was deleted.

cinderx/tools/bootstrap_hir_test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,7 @@ def main() -> int:
201201
if old_lines and old_lines[-1] == "":
202202
old_lines.pop()
203203

204-
# A few legacy files (e.g. call_optimization_test.txt) use the old
205-
# version-agnostic bare-`---` format and have no `--- Expected X.Y ---`
206-
# blocks to seed from. Skip them rather than failing.
204+
# Skip files that aren't in the labeled format rather than failing.
207205
if not old_lines or old_lines[0] != "--- Test Suite Name ---":
208206
logger.warning(
209207
"Skipping %s: not in the labeled '--- Expected X.Y ---' format",

0 commit comments

Comments
 (0)