mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 03:43:06 +00:00
589e03f109
ChangeLog: https://diffoscope.org/news/diffoscope-184-released/ ChangeLog: https://diffoscope.org/news/diffoscope-185-released/
15 lines
435 B
Diff
15 lines
435 B
Diff
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)
|
|
|
|
|