Skip to content

Commit 0ee7380

Browse files
authored
Merge pull request llvm#43 from clang-ykt/enable-reciprocal
Re-enable Reciprocal tests.
2 parents e64c63b + 0ae8a0f commit 0ee7380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/backend/test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,8 @@ def supports_device(cls, device):
144144
#"test_sum_two_inputs_cpu", <- error
145145

146146
# Reciprocal Op:
147-
#"test_reciprocal_cpu", <- error on shape inference.
148-
#"test_reciprocal_example_cpu", <- error on shape inference.
147+
"test_reciprocal_cpu",
148+
"test_reciprocal_example_cpu",
149149
]
150150

151151
# Extract name of all test cases.

0 commit comments

Comments
 (0)