diff options
| author | Jack Nagel | 2014-05-26 18:32:48 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-26 18:32:48 -0500 |
| commit | 8d853b74ac9247ca59bc7801e5a73a12a2f8093c (patch) | |
| tree | 2c1b952aa8e13b9eec30016bd5bb833de4d41b4e /Library | |
| parent | a9481144594eeb27414b2338ba647088e0a20f90 (diff) | |
| download | homebrew-8d853b74ac9247ca59bc7801e5a73a12a2f8093c.tar.bz2 | |
compcert: partially fix test
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/compcert.rb | 2 |
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 |
