summaryrefslogtreecommitdiff
path: root/test/json/json_ext_parser_test.rb
diff options
context:
space:
mode:
authorÉtienne Barrié <[email protected]>2024-10-21 12:04:56 +0200
committerHiroshi SHIBATA <[email protected]>2024-10-26 18:44:15 +0900
commit82f7550f65f9872f6d7bff1a876395c23bbd7fc1 (patch)
tree5261ada8c5ac71532dc0501ee0ff1a2c03aef835 /test/json/json_ext_parser_test.rb
parent5f9746895847be1e2dd202207d7a12f3f556294c (diff)
Use frozen string literals
Co-authored-by: Jean Boussier <[email protected]>
Diffstat (limited to 'test/json/json_ext_parser_test.rb')
-rw-r--r--test/json/json_ext_parser_test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/json/json_ext_parser_test.rb b/test/json/json_ext_parser_test.rb
index f49f88b596..ff6598f490 100644
--- a/test/json/json_ext_parser_test.rb
+++ b/test/json/json_ext_parser_test.rb
@@ -1,4 +1,4 @@
-#frozen_string_literal: false
+# frozen_string_literal: true
require_relative 'test_helper'
class JSONExtParserTest < Test::Unit::TestCase