Cleanup test following bad merge
authorNicolas Vasilache <ntv@google.com>
Mon, 24 Jun 2019 16:12:47 +0000 (09:12 -0700)
committerjpienaar <jpienaar@google.com>
Mon, 24 Jun 2019 20:46:22 +0000 (13:46 -0700)
PiperOrigin-RevId: 254770395

mlir/test/Linalg/roundtrip.mlir

index 234f82d..d356c4e 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s | mlir-opt %s | FileCheck %s
+// RUN: mlir-opt %s | mlir-opt | FileCheck %s
 
 // CHECK: #[[map0:.*]] = (d0, d1, d2) -> (d0, d2, d1)
 // CHECK: #[[map1:.*]] = (d0, d1, d2) -> (d2, d1, d0)