aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CIR/IR/module.cir
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CIR/IR/module.cir')
-rw-r--r--clang/test/CIR/IR/module.cir3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CIR/IR/module.cir b/clang/test/CIR/IR/module.cir
index 7ce2c0b..8c782fd 100644
--- a/clang/test/CIR/IR/module.cir
+++ b/clang/test/CIR/IR/module.cir
@@ -1,5 +1,4 @@
-// RUN: cir-opt %s -split-input-file -o %t.cir
-// RUN: FileCheck --input-file=%t.cir %s
+// RUN: cir-opt %s -split-input-file --verify-roundtrip | FileCheck %s
// Should parse and print C source language attribute.
module attributes {cir.lang = #cir.lang<c>} { }