From d989927d3fa5debf8b6633ad58b3b824a47eba03 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 12 Jan 2015 20:35:11 -0500 Subject: Drop quotes from heredoc marker --- Library/Formula/gcc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gcc.rb b/Library/Formula/gcc.rb index 544a380dc..644ace258 100644 --- a/Library/Formula/gcc.rb +++ b/Library/Formula/gcc.rb @@ -203,7 +203,7 @@ class Gcc < Formula system "#{bin}/gcc-#{version_suffix}", "-o", "hello-c", "hello-c.c" assert_equal "Hello, world!\n", `./hello-c` - (testpath/"hello-cc.cc").write <<-'EOS'.undent + (testpath/"hello-cc.cc").write <<-EOS.undent #include int main() { -- cgit v1.2.3