diff options
Diffstat (limited to 'clang/test/CIR/IR/array.cir')
-rw-r--r-- | clang/test/CIR/IR/array.cir | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CIR/IR/array.cir b/clang/test/CIR/IR/array.cir index bba5360..ddc6b92 100644 --- a/clang/test/CIR/IR/array.cir +++ b/clang/test/CIR/IR/array.cir @@ -1,4 +1,4 @@ -// RUN: cir-opt %s | FileCheck %s +// RUN: cir-opt %s --verify-roundtrip | FileCheck %s !s32i = !cir.int<s, 32> |