diff --git a/IDE/src/Compiler/BfPassInstance.bf b/IDE/src/Compiler/BfPassInstance.bf index 0e98d30e..def1f60d 100644 --- a/IDE/src/Compiler/BfPassInstance.bf +++ b/IDE/src/Compiler/BfPassInstance.bf @@ -84,8 +84,7 @@ namespace IDE.Compiler sPassInstances.Add(this); } - //Debug.Assert(sPassInstances.Count <= 5); - Debug.Assert(sPassInstances.Count <= 4); + Debug.Assert(sPassInstances.Count <= 5); } public ~this()