diff options
Diffstat (limited to 'clang/test/CIR/IR/array-ctor.cir')
-rw-r--r-- | clang/test/CIR/IR/array-ctor.cir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CIR/IR/array-ctor.cir b/clang/test/CIR/IR/array-ctor.cir index 2378992..fd2ec7e 100644 --- a/clang/test/CIR/IR/array-ctor.cir +++ b/clang/test/CIR/IR/array-ctor.cir @@ -1,5 +1,5 @@ -// RUN: cir-opt %s | FileCheck %s +// RUN: cir-opt %s --verify-roundtrip | FileCheck %s !u8i = !cir.int<u, 8> !rec_S = !cir.record<struct "S" padded {!u8i}> |