diff options
Diffstat (limited to 'testsuite/tests/warnings/should_compile/all.T')
-rw-r--r-- | testsuite/tests/warnings/should_compile/all.T | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/warnings/should_compile/all.T b/testsuite/tests/warnings/should_compile/all.T index 2e7132213c..3631202187 100644 --- a/testsuite/tests/warnings/should_compile/all.T +++ b/testsuite/tests/warnings/should_compile/all.T @@ -1,11 +1,11 @@ -# -fwarn-missing-exported-sigs should take precedence over -fwarn-missing-signatures -test('T2526', normal, compile, ['-fwarn-missing-signatures -fwarn-missing-exported-sigs']) +# -fwarn-missing-exported-signatures should take precedence over -fwarn-missing-signatures +test('T2526', normal, compile, ['-fwarn-missing-signatures -fwarn-missing-exported-signatures']) test('T9178', extra_clean(['T9178.o', 'T9178DataType.o', 'T9178.hi', 'T9178DataType.hi']), multimod_compile, ['T9178', '-Wall']) test('T9230', normal, compile_without_flag('-fno-warn-tabs'), ['']) test('T10908', normal, compile, ['']) -test('T11077', normal, compile, ['-fwarn-missing-exported-sigs']) +test('T11077', normal, compile, ['-fwarn-missing-exported-signatures']) test('T11128', normal, compile, ['']) test('T11128b', normal, compile, ['']) test('PluralS', normal, compile, ['']) |