From 97323f3debf6fa47b27fba348b04271c9117c81a Mon Sep 17 00:00:00 2001 From: Jiayu Liu Date: Tue, 13 Sep 2022 21:25:25 +0800 Subject: fix staleness check in cmake/ctest (#2661) --- compiler/cpp/test/compiler/Included.thrift | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compiler') diff --git a/compiler/cpp/test/compiler/Included.thrift b/compiler/cpp/test/compiler/Included.thrift index 0406a6591..fe039edbf 100644 --- a/compiler/cpp/test/compiler/Included.thrift +++ b/compiler/cpp/test/compiler/Included.thrift @@ -19,6 +19,8 @@ * under the License. */ +const string foo = "bar" + struct a_struct { 1: bool im_true, 2: bool im_false, -- cgit v1.2.1