Merge pull request #43 from clang-ykt/enable-reciprocal

Re-enable Reciprocal tests.
This commit is contained in:
Gheorghe-Teodor Bercea 2020-01-23 10:43:18 -05:00 committed by GitHub
commit 0ee7380edd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -144,8 +144,8 @@ test_to_enable = [
#"test_sum_two_inputs_cpu", <- error
# Reciprocal Op:
#"test_reciprocal_cpu", <- error on shape inference.
#"test_reciprocal_example_cpu", <- error on shape inference.
"test_reciprocal_cpu",
"test_reciprocal_example_cpu",
]
# Extract name of all test cases.