disable noexist namespace
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000 (21:31 +0000)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Tue, 8 Jan 2019 21:31:07 +0000 (21:31 +0000)
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

index 24dcbb94e9093a7af39a5afb174604063af961e5..acd64b9dd1ad84deec0ae36b9a89218752656fd6 100644 (file)
@@ -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