summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorJiayu Liu <Jimexist@users.noreply.github.com>2022-09-13 21:25:25 +0800
committerGitHub <noreply@github.com>2022-09-13 21:25:25 +0800
commit97323f3debf6fa47b27fba348b04271c9117c81a (patch)
tree7ca73a665c5bed5bc01ff4400385e3748687f945 /compiler
parentdba7c43262819cec69502e281319e5aa7458efca (diff)
downloadthrift-97323f3debf6fa47b27fba348b04271c9117c81a.tar.gz
fix staleness check in cmake/ctest (#2661)
Diffstat (limited to 'compiler')
-rw-r--r--compiler/cpp/test/compiler/Included.thrift2
1 files changed, 2 insertions, 0 deletions
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,