mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 07:58:23 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user