diff options
Diffstat (limited to 'tests/cuda/cuda-array-layout.slang')
| -rw-r--r-- | tests/cuda/cuda-array-layout.slang | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cuda/cuda-array-layout.slang b/tests/cuda/cuda-array-layout.slang index 60f318962..b99ab84c8 100644 --- a/tests/cuda/cuda-array-layout.slang +++ b/tests/cuda/cuda-array-layout.slang @@ -10,7 +10,7 @@ struct PadLadenStruct }; // This is to check if the last half can be inserted 'inside' the spare padding of a. It should not be -struct StructWithArray +struct StructWithArray : IDefaultInitializable { PadLadenStruct a[1]; uint8_t b; |
