diff options
Diffstat (limited to 'testsuite/tests/backpack')
-rw-r--r-- | testsuite/tests/backpack/should_compile/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/backpack/should_fail/all.T | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/backpack/should_compile/all.T b/testsuite/tests/backpack/should_compile/all.T index da6ea5fb07..0e422a7320 100644 --- a/testsuite/tests/backpack/should_compile/all.T +++ b/testsuite/tests/backpack/should_compile/all.T @@ -8,7 +8,7 @@ test('bkp11', normal, backpack_compile, ['']) test('bkp12', normal, backpack_compile, ['']) test('bkp14', normal, backpack_compile, ['']) test('bkp15', normal, backpack_compile, ['']) -test('bkp16', normal, backpack_compile, ['']) +test('bkp16', normalise_version('base'), backpack_compile, ['']) test('bkp17', normal, backpack_compile, ['']) test('bkp18', normal, backpack_compile, ['']) test('bkp19', normal, backpack_compile, ['']) diff --git a/testsuite/tests/backpack/should_fail/all.T b/testsuite/tests/backpack/should_fail/all.T index 856733ec0b..b9d1eeba3e 100644 --- a/testsuite/tests/backpack/should_fail/all.T +++ b/testsuite/tests/backpack/should_fail/all.T @@ -11,10 +11,10 @@ test('bkpfail12', normal, backpack_compile_fail, ['']) test('bkpfail13', normal, backpack_compile_fail, ['']) test('bkpfail14', normal, backpack_compile_fail, ['']) test('bkpfail15', normal, backpack_compile_fail, ['']) -test('bkpfail16', normal, backpack_compile_fail, ['']) -test('bkpfail17', normal, backpack_compile_fail, ['']) +test('bkpfail16', normalise_version('base'), backpack_compile_fail, ['']) +test('bkpfail17', normalise_version('base'), backpack_compile_fail, ['']) test('bkpfail18', normal, backpack_compile_fail, ['']) -test('bkpfail19', normal, backpack_compile_fail, ['']) +test('bkpfail19', normalise_version('base'), backpack_compile_fail, ['']) test('bkpfail20', normal, backpack_compile_fail, ['']) test('bkpfail21', normal, backpack_compile_fail, ['']) test('bkpfail22', normal, backpack_compile_fail, ['']) |