From a8ce5c380c69539fe0c7c62c397634d9d0c9fde2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- tests/schema/list/driver.cxx | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/schema/list/driver.cxx (limited to 'tests/schema/list/driver.cxx') diff --git a/tests/schema/list/driver.cxx b/tests/schema/list/driver.cxx deleted file mode 100644 index 7bd46e9..0000000 --- a/tests/schema/list/driver.cxx +++ /dev/null @@ -1,13 +0,0 @@ -#include "test.hxx" - -typedef xmlns::test::IntList IntListImpl; -typedef xmlns::test::IntList IntListVoidImpl; -typedef xmlns::test::IntComplex IntComplexImpl; - -int -main () -{ - IntListImpl int_list_impl; - IntListVoidImpl int_list_void_impl; - IntComplexImpl int_complex_impl; -} -- cgit v1.1