From 8d853b74ac9247ca59bc7801e5a73a12a2f8093c Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 26 May 2014 18:32:48 -0500 Subject: compcert: partially fix test --- Library/Formula/compcert.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 int main(int argc, char** argv) { - printf("Hello, world!\n"); + printf("Hello, world!\\n"); return 0; } EOS -- cgit v1.2.3