diff options
Diffstat (limited to 'gcc/testsuite/gdc.test/fail_compilation/fail4269c.d')
-rw-r--r-- | gcc/testsuite/gdc.test/fail_compilation/fail4269c.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.test/fail_compilation/fail4269c.d b/gcc/testsuite/gdc.test/fail_compilation/fail4269c.d index 8bbfaac..5bba42e 100644 --- a/gcc/testsuite/gdc.test/fail_compilation/fail4269c.d +++ b/gcc/testsuite/gdc.test/fail_compilation/fail4269c.d @@ -9,6 +9,6 @@ enum bool WWW = is(typeof(A.x)); class A { B blah; - void foo(B b){} + void foo(B b){} } |