aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ponyc/fix-tests.patch
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-06-07 22:45:18 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-11 11:31:59 +0000
commitfb1360d4a6fdf5bce01891cac7ae11bdb4971b4c (patch)
tree9d96075e3b4f0cde321f6a6c4845d89234f326c7 /testing/ponyc/fix-tests.patch
parent396b1b813c9cc8c8334c0457e11ebb3fec41f297 (diff)
downloadaports-fb1360d4a6fdf5bce01891cac7ae11bdb4971b4c.tar.bz2
aports-fb1360d4a6fdf5bce01891cac7ae11bdb4971b4c.tar.xz
testing/ponyc: upgrade to 0.28.1
* Adopt maintainership * Modernize * Use upstream `make install` * Use llvm6
Diffstat (limited to 'testing/ponyc/fix-tests.patch')
-rw-r--r--testing/ponyc/fix-tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/ponyc/fix-tests.patch b/testing/ponyc/fix-tests.patch
deleted file mode 100644
index 4b4046079c..0000000000
--- a/testing/ponyc/fix-tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/packages/process/_test.pony
-+++ b/packages/process/_test.pony
-@@ -63,7 +63,7 @@
-
- fun ref apply(h: TestHelper) =>
- let notifier: ProcessNotify iso = _ProcessClient(0,
-- "cat: file_does_not_exist: No such file or directory\n", 1, h)
-+ "cat: can't open 'file_does_not_exist': No such file or directory\n", 1, h)
- try
- let path = FilePath(h.env.root as AmbientAuth, "/bin/cat")?
- let args: Array[String] iso = recover Array[String](2) end