Revert D23802296: gtest-ify JIT tests, through the letter c

Test Plan: revert-hammer

Differential Revision:
D23802296 (d2b045030e)

Original commit changeset: 20c9798a414e

fbshipit-source-id: a28d56039ca404fe94ed7572f1febd1673e3e788
This commit is contained in:
Michael Suo
2020-09-23 17:40:15 -07:00
committed by Facebook GitHub Bot
parent 89c570ed0a
commit e9aa6898ab
11 changed files with 299 additions and 287 deletions

View File

@@ -1,5 +1,3 @@
#include <gtest/gtest.h>
#include <torch/custom_class.h>
#include <torch/script.h>
@@ -320,7 +318,7 @@ TORCH_LIBRARY(_TorchScriptTesting, m) {
} // namespace
TEST(CustomClassTest, TorchbindIValueAPI) {
void testTorchbindIValueAPI() {
script::Module m("m");
// test make_custom_class API