Skip to content

Commit

Permalink
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spec/rubyspec/language/break_spec.rb
Original file line number Diff line number Diff line change
@@ -329,4 +329,4 @@ def three
end
end

# language_version __FILE__, "break"
language_version __FILE__, "break"
2 changes: 1 addition & 1 deletion spec/rubyspec/language/case_spec.rb
Original file line number Diff line number Diff line change
@@ -307,4 +307,4 @@ def bar; @calls << :bar; end
end
end

# language_version __FILE__, "case"
language_version __FILE__, "case"
2 changes: 1 addition & 1 deletion spec/rubyspec/language/hash_spec.rb
Original file line number Diff line number Diff line change
@@ -62,4 +62,4 @@
end
end

# language_version __FILE__, "hash"
language_version __FILE__, "hash"
2 changes: 1 addition & 1 deletion spec/rubyspec/language/not_spec.rb
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
end
end

# language_version __FILE__, "not"
language_version __FILE__, "not"

describe "The `!' keyword" do
it "negates a `true' value" do
2 changes: 1 addition & 1 deletion spec/rubyspec/language/variables_spec.rb
Original file line number Diff line number Diff line change
@@ -1364,4 +1364,4 @@ def handle.produce_bug
end
end

# # language_version __FILE__, "variables"
# language_version __FILE__, "variables"
Empty file.

0 comments on commit 0680ed5

Please sign in to comment.