aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-05-26 18:32:48 -0500
committerJack Nagel2014-05-26 18:32:48 -0500
commit8d853b74ac9247ca59bc7801e5a73a12a2f8093c (patch)
tree2c1b952aa8e13b9eec30016bd5bb833de4d41b4e /Library
parenta9481144594eeb27414b2338ba647088e0a20f90 (diff)
downloadhomebrew-8d853b74ac9247ca59bc7801e5a73a12a2f8093c.tar.bz2
compcert: partially fix test
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/compcert.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/compcert.rb b/Library/Formula/compcert.rb
index b626e9fb5..b3bd0a1c6 100644
--- a/Library/Formula/compcert.rb
+++ b/Library/Formula/compcert.rb
@@ -28,7 +28,7 @@ class Compcert < Formula
(testpath/"test.c").write <<-EOS.undent
#include <stdio.h>
int main(int argc, char** argv) {
- printf("Hello, world!\n");
+ printf("Hello, world!\\n");
return 0;
}
EOS