Add import_fragment test back in to Go test-suite

This commit is contained in:
William S Fulton 2017-06-16 09:04:36 +01:00
parent b2e494f018
commit 67190cbb2e
2 changed files with 3 additions and 3 deletions

View File

@ -38,9 +38,6 @@ CPP_TEST_CASES = \
MULTI_CPP_TEST_CASES = \
go_subdir_import
FAILING_CPP_TESTS = \
import_fragments \
include $(srcdir)/../common.mk
INCLUDES = -I$(abs_top_srcdir)/$(EXAMPLES)/$(TEST_SUITE)

View File

@ -1,4 +1,7 @@
#if !defined(SWIGGO)
// Prevent Go from generating a Go module import - this test is not set up as true multiple modules
%module import_fragments_a
#endif
%fragment("ImportA1", "header") %{
ImportA1_this_will_not_compile;