From 5cf584f9b882dc0ed10bed48a8bba3ec8c3beeaa Mon Sep 17 00:00:00 2001 From: zoltan57 <40281233+zoltan57@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:20:13 -0500 Subject: [PATCH] Phase 6 positive test: remove the deliberate error and prove the gate goes green. --- ci_negative_probe.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 ci_negative_probe.py diff --git a/ci_negative_probe.py b/ci_negative_probe.py deleted file mode 100644 index 9244087..0000000 --- a/ci_negative_probe.py +++ /dev/null @@ -1,7 +0,0 @@ -"""Scratch file for the Phase 6 CI negative test. Deleted with this branch.""" - -import os - - -def broken() -> int: - return undefined_name_that_does_not_exist