[test][llvm-reduce] Remove implicit-check-not in reduce-linkage.ll

Or else if the test path contains "internal" the test will fail.

The test is already testing that "internal" gets removed in the CHECK lines.
This commit is contained in:
Arthur Eubanks
2023-07-20 10:06:24 -07:00
parent 27c1033783
commit 962a6fe5f0

View File

@@ -1,7 +1,7 @@
; Test that llvm-reduce can remove function linkage.
;
; RUN: llvm-reduce --abort-on-invalid-reduction --delta-passes=global-values --test FileCheck --test-arg --check-prefixes=CHECK-INTERESTINGNESS --test-arg %s --test-arg --input-file %s -o %t
; RUN: FileCheck --check-prefix=CHECK-FINAL --implicit-check-not=internal %s < %t
; RUN: FileCheck --check-prefix=CHECK-FINAL %s < %t
; CHECK-INTERESTINGNESS: define
; CHECK-INTERESTINGNESS-SAME: void @f