Skip to content
Snippets Groups Projects
Commit b09374a4 authored by Ben Gamari's avatar Ben Gamari
Browse files

testsuite: Note intentional typo in T7130

I earlier accidentally corrected it breaking the test.
parent b5a13a1e
No related branches found
No related tags found
No related merge requests found
...@@ -170,6 +170,7 @@ test( 'T4114d', [fobject_code, expect_broken_for(4114, ['ghci'])], compile_and_r ...@@ -170,6 +170,7 @@ test( 'T4114d', [fobject_code, expect_broken_for(4114, ['ghci'])], compile_and_r
test('T5584', [], makefile_test, []) test('T5584', [], makefile_test, [])
test('T5198', [], makefile_test, []) test('T5198', [], makefile_test, [])
test('T7060', [], makefile_test, []) test('T7060', [], makefile_test, [])
# N.B. The typo in the argument below is intentional.
test('T7130', normal, compile_fail, ['-fflul-laziness']) test('T7130', normal, compile_fail, ['-fflul-laziness'])
test('T7563', when(unregisterised(), skip), makefile_test, []) test('T7563', when(unregisterised(), skip), makefile_test, [])
test('T6037', test('T6037',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment