Actually fix test from r345085 REQUIRE: asserts

llvm-svn: 345090
diff --git a/llvm/test/Other/print-debug-counter.ll b/llvm/test/Other/print-debug-counter.ll
index 35fc1c1..3647f39 100644
--- a/llvm/test/Other/print-debug-counter.ll
+++ b/llvm/test/Other/print-debug-counter.ll
@@ -1,4 +1,4 @@
-; REQUIRES: debug
+; REQUIRES: asserts
 
 ; RUN: opt -S -debug-counter=early-cse-skip=1,early-cse-count=1 -early-cse \
 ; RUN:        -debug-counter=newgvn-vn-skip=1,newgvn-vn-count=2 -newgvn \