Skip to content

Commit 4390980

Browse files
authored
tundra: Use language-specific heredocs
1 parent a611bac commit 4390980

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Formula/t/tundra.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def install
5353
["linux", "gcc"]
5454
end
5555

56-
(testpath/"tundra.lua").write <<~EOS
56+
(testpath/"tundra.lua").write <<~LUA
5757
Build {
5858
Units = function()
5959
local test = Program {
@@ -70,7 +70,7 @@ def install
7070
},
7171
},
7272
}
73-
EOS
73+
LUA
7474
system bin/"tundra2"
7575
system "./t2-output/#{os}-#{cc}-debug-default/test"
7676
end

0 commit comments

Comments
 (0)