[PATCH] D17051: Get rid of CHECK-SAME-NOT in tests.

Jonathan Roelofs via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 9 16:07:23 PST 2016


jroelofs added inline comments.

================
Comment at: test/Modules/ModuleDebugInfo.cpp:25
@@ -25,1 +24,3 @@
+// CHECK-SAME:                    dwoId:
+// CHECK-SAME:                    )
 
----------------
jlebar wrote:
> jroelofs wrote:
> > This `CHECK-SAME` line and all the others are still dead. There's no `--check-prefix=CHECK-SAME`. This is really fishy.
> CHECK-SAME means "check on the same line"?
Ohhh. I've never encountered `CHECK-SAME` before. Just looked it up. Neat.


http://reviews.llvm.org/D17051





More information about the cfe-commits mailing list