Skip to content

Commit d198fb3

Browse files
agniutkarshfacebook-github-bot
authored andcommittedJul 27, 2020
changed white-allowlisted (pytorch#41796)
Summary: closes pytorch#41749 Pull Request resolved: pytorch#41796 Reviewed By: gmagogsfm Differential Revision: D22718991 Pulled By: SplitInfinity fbshipit-source-id: 6c2d2b0e3b1e79fd515f9bdd395335a32f525a26
1 parent cb9c204 commit d198fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/test_namedtuple_return_api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_native_functions_yaml(self):
3939
for r in ret:
4040
r = r.strip()
4141
self.assertEqual(len(r.split()), 1,
42-
'only whitelisted operators are allowed to have named return type, got ' + name)
42+
'only allowlisted operators are allowed to have named return type, got ' + name)
4343
file.close()
4444
self.assertEqual(all_operators_with_namedtuple_return, operators_found, textwrap.dedent("""
4545
Some elements in the `all_operators_with_namedtuple_return` of test_namedtuple_return_api.py

0 commit comments

Comments
 (0)
Please sign in to comment.