Merge pull request #84482 from eeckstein/smallprojectionpath-tests

SIL: use `Test` for the SmallProjectionPath's unit tests
This commit is contained in:
eeckstein
2025-09-25 17:37:04 +02:00
committed by GitHub
8 changed files with 309 additions and 332 deletions

View File

@@ -163,8 +163,6 @@ MODULE_PASS(MandatoryAllocBoxToStack, "mandatory-allocbox-to-stack",
"Mandatory stack promotion of box objects")
MODULE_PASS(AsyncDemotion, "async-demotion",
"Convert async functions to be synchronous")
MODULE_PASS(RunUnitTests, "run-unit-tests",
"Runs the compiler internal unit tests")
MODULE_PASS(FunctionUsesDumper, "dump-function-uses",
"Dump the results of FunctionUses")
MODULE_PASS(MandatoryPerformanceOptimizations, "mandatory-performance-optimizations",