diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail7424h.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail7424h.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail7424h.d b/gcc/testsuite/gdc.test/fail_compilation/fail7424h.d index b76f5b3..e48408c 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail7424h.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail7424h.d @@ -9,4 +9,3 @@ struct S7424g @property int g()() { return 0; } void test() inout { int f = g; } } - |