s/REQUIRES: Asserts/REQUIRES: asserts/

Other than this, we consistently use lower case.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295623 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Daniel Jasper 2017-02-19 23:26:00 +00:00
parent 87f9fa42d5
commit 7c861d9e37

View File

@ -1,4 +1,4 @@
; REQUIRES: Asserts
; REQUIRES: asserts
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
;; Test that, with debug counters on, we don't rename the first info, only the second
; RUN: opt -debug-counter=predicateinfo-rename-skip=1,predicateinfo-rename-count=1 -print-predicateinfo -analyze < %s 2>&1 | FileCheck %s