From a95bf463b4fd278322df3d711e2e8365c94cf5ef Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Tue, 8 Jan 2019 21:31:07 +0000 Subject: [PATCH] disable noexist namespace Last-Update: 2018-09-22 It doesn't give a warning, but fails to test. Gbp-Pq: Name disable_noexist_namespace.patch --- test/ThriftTest.thrift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/ThriftTest.thrift b/test/ThriftTest.thrift index 24dcbb9..acd64b9 100644 --- a/test/ThriftTest.thrift +++ b/test/ThriftTest.thrift @@ -41,8 +41,8 @@ namespace netcore ThriftAsync.Test // Presence of namespaces and sub-namespaces for which there is // no generator should compile with warnings only -namespace noexist ThriftTest -namespace cpp.noexist ThriftTest +//namespace noexist ThriftTest +//namespace cpp.noexist ThriftTest namespace * thrift.test -- 2.30.2