mirror of
https://github.com/zebrajr/pytorch.git
synced 2026-01-15 12:15:51 +00:00
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:
committed by
Facebook GitHub Bot
parent
89c570ed0a
commit
e9aa6898ab
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user