blob: b3dfecc0b56e27b9f750461551387e7d0d88e24c (
plain)
1
2
3
4
5
6
7
8
9
10
|
# This used to be a test for conflicting module names, but the error
# case that it was testing for went away (conflicting module names in
# separate packages are allowed). Now it is a straightforward test
# for shadowing: the local Foreign module shadows the base package
# one.
test('pkg02',
[extra_clean(['A.o', 'A.hi', 'Foreign.o', 'Foreign.hi'])],
multimod_compile,
['A','-v0'])
|