From 73015e122648a8c9fe542b2b7f7c4707aea5518c Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Wed, 13 Nov 2019 10:59:32 -0800 Subject: [PATCH] Enable test_logical_xor Emancipated by https://github.com/pytorch/pytorch/pull/29591 --- test/torch_test_meta.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/torch_test_meta.py b/test/torch_test_meta.py index 3f7b9a71e1c7..0513270933f6 100644 --- a/test/torch_test_meta.py +++ b/test/torch_test_meta.py @@ -81,7 +81,6 @@ 'test_masked_select', # uses half 'test_masked_fill_bool_tensor', # lowering 'test_lu', - 'test_logical_xor', # storage 'test_logical', # uses half 'test_logical_not', # uses half 'test_is_signed', # uses half