aboutsummaryrefslogtreecommitdiff
path: root/verif/tosa_test_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'verif/tosa_test_gen.py')
-rw-r--r--verif/tosa_test_gen.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/verif/tosa_test_gen.py b/verif/tosa_test_gen.py
index 4aa42da..7b71cf4 100644
--- a/verif/tosa_test_gen.py
+++ b/verif/tosa_test_gen.py
@@ -2164,7 +2164,6 @@ class TosaTestGen:
cond_tens = self.ser.addConst([], DType.BOOL, [cond])
result_tens = self.ser.addOutput(a.shape, a.dtype)
- self.ser.currBasicBlock.addOutput(result_tens.name)
# Create the attribute with the names of the then/else blocks
then_block = "THEN_BLOCK"