[PATCH] D78689: Isolate zero_whitespace parser test into its own file.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 22 20:06:48 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG7b5497f25857: Isolate zero_whitespace parser test into its own file. (authored by silvas).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78689/new/

https://reviews.llvm.org/D78689

Files:
  mlir/test/IR/parser.mlir
  mlir/test/IR/zero_whitespace.mlir


Index: mlir/test/IR/parser.mlir
===================================================================
--- mlir/test/IR/parser.mlir
+++ mlir/test/IR/parser.mlir
@@ -1224,10 +1224,3 @@
   // CHECK: return
   return
 }
-
-// CHECK-LABEL: func @zero_whitespace() {
-// CHECK-NEXT: return
-func @zero_whitespace() {
-  
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78689.259462.patch
Type: text/x-patch
Size: 350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200423/ef2661ac/attachment.bin>


More information about the llvm-commits mailing list