pytorch
0714c003 - [pytorch][tensorexpr] Make gtest-style macros in tests match actual gtest signatures (#44861)

Commit
4 years ago
[pytorch][tensorexpr] Make gtest-style macros in tests match actual gtest signatures (#44861) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44861 We were redefining things like ASSERT_EQ to take a _VA_ARGS_ parameter, so compiling these files with gtest (instead of pytorch's custom python-based cpp test infra) fails. Test Plan: buck build //caffe2/test/cpp/tensorexpr Reviewed By: asuhan Differential Revision: D23711293 fbshipit-source-id: 8af14fa7c1f1e8169d14bb64515771f7bc3089e5
Author
Parents
Loading