summaryrefslogtreecommitdiffstats
path: root/eval/src/tests/tensor/binary_format/binary_format_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'eval/src/tests/tensor/binary_format/binary_format_test.cpp')
-rw-r--r--eval/src/tests/tensor/binary_format/binary_format_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval/src/tests/tensor/binary_format/binary_format_test.cpp b/eval/src/tests/tensor/binary_format/binary_format_test.cpp
index 671765d4050..d0e05d303a2 100644
--- a/eval/src/tests/tensor/binary_format/binary_format_test.cpp
+++ b/eval/src/tests/tensor/binary_format/binary_format_test.cpp
@@ -128,7 +128,7 @@ TEST(TensorBinaryFormatTest, tensor_binary_format_test_spec) {
path.append("src/apps/make_tensor_binary_format_test_spec/test_spec.json");
MappedFileInput file(path);
EXPECT_TRUE(file.valid());
- auto handle_test = [this](Slime &slime)
+ auto handle_test = [](Slime &slime)
{
test_binary_format_spec(slime.get());
};