summary refs log tree commit diff
path: root/pkgs/tools/misc/diffoscope/fix-tests.patch
blob: b5566cb932f7883601e14c4a25caf912d98bfadd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/tests/comparators/test_rlib.py b/tests/comparators/test_rlib.py
index 8d201ab..05960aa 100644
--- a/tests/comparators/test_rlib.py
+++ b/tests/comparators/test_rlib.py
@@ -81,9 +81,6 @@ def rlib_dis_expected_diff():
     if actual_ver >= "7.0":
         diff_file = "rlib_llvm_dis_expected_diff_7"
 
-    if actual_ver >= "10.0":
-        diff_file = "rlib_llvm_dis_expected_diff_10"
-
     return get_data(diff_file)