[test][llvm-reduce] Remove implicit-check-not in reduce-linkage.ll
authorArthur Eubanks <aeubanks@google.com>
Thu, 20 Jul 2023 17:06:24 +0000 (10:06 -0700)
committerArthur Eubanks <aeubanks@google.com>
Thu, 20 Jul 2023 17:07:43 +0000 (10:07 -0700)
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.

llvm/test/tools/llvm-reduce/reduce-linkage.ll

index e7f3524..2784088 100644 (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