diff options
author | Mark H Weaver <mhw@netris.org> | 2015-04-04 11:00:21 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-04-04 11:02:34 -0400 |
commit | f905286b111e0752079e2476bea879d3477642b0 (patch) | |
tree | 924f6af9b795fb91077028044d75e0f6dd28bb33 /gnu/packages/patches | |
parent | a952b10c23c9ca5931793d862a718b55492a046d (diff) | |
download | guix-f905286b111e0752079e2476bea879d3477642b0.tar.gz |
gnu: source-highlight: Remove obsolete patch.
This should have been done in a952b10c23c9ca5931793d862a718b55492a046d. * gnu/packages/patches/source-highlight-regexrange-test.patch: Remove. * gnu-system.am (dist_patch_DATA): Remove it. * gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/source-highlight-regexrange-test.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gnu/packages/patches/source-highlight-regexrange-test.patch b/gnu/packages/patches/source-highlight-regexrange-test.patch deleted file mode 100644 index 298c831b35..0000000000 --- a/gnu/packages/patches/source-highlight-regexrange-test.patch +++ /dev/null @@ -1,15 +0,0 @@ -Disable a single check. The failure is discussed at: - - https://savannah.gnu.org/bugs/index.php?41786 - ---- a/lib/tests/test_regexranges_main.cpp 2012-04-14 08:58:25.000000000 -0500 -+++ b/lib/tests/test_regexranges_main.cpp 2014-03-05 23:49:23.520402043 -0600 -@@ -52,7 +52,7 @@ - check_range_regex("simple regex"); - check_range_regex("[[:alpha:]]+"); - // test with a wrong regular expression -- check_range_regex("{notclosed", false); -+ // check_range_regex("{notclosed", false); - - // reset regular expressions - ranges.clear(); |