remove loop expects (#17695)
authorElias Ellison <eellison@fb.com>
Wed, 6 Mar 2019 19:42:19 +0000 (11:42 -0800)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Wed, 6 Mar 2019 19:48:46 +0000 (11:48 -0800)
commit7fa996f8e2c93b5db643a75a680a009a9a7e12f4
tree16396f7bb612715dcd8519cff4ce9897ee7db4f4
parentb87abdfc120137307467a253640467cb9a035da6
remove loop expects (#17695)

Summary:
Replace loop unrolling expect files with assertions on the output IR
Pull Request resolved: https://github.com/pytorch/pytorch/pull/17695

Differential Revision: D14347105

Pulled By: eellison

fbshipit-source-id: 1703b4ca32bc1c67c01fc4330b0e6eb66feaa103
test/expect/TestScript.test_loop_unrolling.expect [deleted file]
test/expect/TestScript.test_loop_unrolling_const-add_const.expect [deleted file]
test/expect/TestScript.test_loop_unrolling_const-add_iter.expect [deleted file]
test/expect/TestScript.test_loop_unrolling_nested.expect [deleted file]
test/test_jit.py