Skip to content

Commit cc91ca4

Browse files
committed
🤖 enable inexact binop type-test generation
1 parent 1310c42 commit cc91ca4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎tool/testgen.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,8 +645,7 @@ class ScalarOps(TestGen):
645645
"efdg": "f", # floating
646646
"FDG": "c", # complexfloating
647647
"BHILbhil": "ui", # integer
648-
# TODO(jorenham): Enable these
649-
# "efdgFDG": "fc", # inexact
648+
"efdgFDG": "fc", # inexact
650649
# "BHILbhilefdgFDG": "uifc", # number
651650
}
652651
ABSTRACT_TYPES: ClassVar = {

0 commit comments

Comments
 (0)