diff options
Diffstat (limited to 'gcc/testsuite/gdc.dg/asm2.d')
-rw-r--r-- | gcc/testsuite/gdc.dg/asm2.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gdc.dg/asm2.d b/gcc/testsuite/gdc.dg/asm2.d index bce0e41a60f..5b86e3564ef 100644 --- a/gcc/testsuite/gdc.dg/asm2.d +++ b/gcc/testsuite/gdc.dg/asm2.d @@ -3,6 +3,6 @@ module asm2; void test() { - asm const shared { } // { dg-error "const/immutable/shared/inout attributes are not allowed on asm blocks" } + asm const shared { } // { dg-error "'const'/'immutable'/'shared'/'inout' attributes are not allowed on 'asm' blocks" } } |