Add import_fragment test back in to Go test-suite
This commit is contained in:
parent
b2e494f018
commit
67190cbb2e
2 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue