Skip to content

Commit 214a25b

Browse files
Rm warnings about missing syntax highlighters
1 parent 3c6b9a5 commit 214a25b

9 files changed

+9
-9
lines changed

esop23_table2_set_goblint.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

esop23_table2_set_our.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
end
2727
end
2828
if highlighter.nil? then
29-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
29+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
3030
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3131
end
3232

esop23_table2_set_ratcop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

esop23_table2_set_watts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

update_bench_traces_rel_assert.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

update_bench_traces_rel_ratcop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

update_bench_traces_rel_toy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
end
2727
end
2828
if highlighter.nil? then
29-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
29+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
3030
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3131
end
3232

update_bench_traces_rel_watts.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

update_bench_traces_rel_yaml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
end
2626
end
2727
if highlighter.nil? then
28-
puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
28+
# puts "Warning: No syntax highlighter installed (code2html, source-highlight, pygmentize)."
2929
highlighter = lambda {|f,o| "cp #{f} #{o}"}
3030
end
3131

0 commit comments

Comments
 (0)