[llvm] r292567 - [test] Remove a unwanted match for `XFAIL:`.

Greg Parker via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 19 18:01:05 PST 2017


Author: gparker
Date: Thu Jan 19 20:01:04 2017
New Revision: 292567

URL: http://llvm.org/viewvc/llvm-project?rev=292567&view=rev
Log:
[test] Remove a unwanted match for `XFAIL:`.

Modified:
    llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll

Modified: llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll?rev=292567&r1=292566&r2=292567&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll (original)
+++ llvm/trunk/test/CodeGen/AMDGPU/selected-stack-object.ll Thu Jan 19 20:01:04 2017
@@ -1,4 +1,4 @@
-; "Assertion failure" should be caught with both XFAIL:* and +Asserts.
+; "Assertion failure" should be caught with both XFAIL * and +Asserts.
 ; XFAIL: *
 ; REQUIRES: asserts
 




More information about the llvm-commits mailing list