Fix flaky Linalg roundtrip test. This removes an invalid "%s" from the second...
authorRiver Riddle <riverriddle@google.com>
Wed, 24 Apr 2019 00:02:06 +0000 (17:02 -0700)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 24 Apr 2019 05:03:31 +0000 (22:03 -0700)
--

PiperOrigin-RevId: 244953230

mlir/test/Linalg/roundtrip.mlir

index a0e02d0..13e3604 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: mlir-opt %s -verify | mlir-opt %s -verify | FileCheck %s
+// RUN: mlir-opt %s -verify | mlir-opt -verify | FileCheck %s
 
 func @range(%arg0: index, %arg1: index, %arg2: index) {
   %0 = linalg.range %arg0:%arg1:%arg2 : !linalg.range