commit | 97323f3debf6fa47b27fba348b04271c9117c81a | [log] [tgz] |
---|---|---|
author | Jiayu Liu <Jimexist@users.noreply.github.com> | Tue Sep 13 21:25:25 2022 +0800 |
committer | GitHub <noreply@github.com> | Tue Sep 13 21:25:25 2022 +0800 |
tree | 7ca73a665c5bed5bc01ff4400385e3748687f945 | |
parent | dba7c43262819cec69502e281319e5aa7458efca [diff] |
fix staleness check in cmake/ctest (#2661)
diff --git a/compiler/cpp/test/compiler/Included.thrift b/compiler/cpp/test/compiler/Included.thrift index 0406a65..fe039ed 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,