refactor(mir): Phase 139-P3-B - RoutingDecision を enum 対応 + レガシー削除
- RoutingDecision の missing_caps を Vec<CapabilityTag> に変更(型安全化) - error_tags は to_tag() メソッドで自動生成 - 全 callsite を enum variant に修正 - capability_tags モジュール(文字列定数群)を完全削除 - 全テスト PASS(型安全性向上を確認) - フォーマット適用
This commit is contained in:
@ -441,11 +441,7 @@ mod tests {
|
||||
|
||||
let result = DigitPosDetector::detect(&condition, &loop_body, "p");
|
||||
|
||||
assert!(
|
||||
result.is_some(),
|
||||
"Expected detection for operator {:?}",
|
||||
op
|
||||
);
|
||||
assert!(result.is_some(), "Expected detection for operator {:?}", op);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user