aboutsummaryrefslogtreecommitdiffstats
path: root/test/dl/test_c_struct_entry.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl/test_c_struct_entry.rb')
-rw-r--r--test/dl/test_c_struct_entry.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/dl/test_c_struct_entry.rb b/test/dl/test_c_struct_entry.rb
index a7a0e34644..b2f1f94419 100644
--- a/test/dl/test_c_struct_entry.rb
+++ b/test/dl/test_c_struct_entry.rb
@@ -1,6 +1,7 @@
+# -*- coding: us-ascii -*-
require_relative 'test_base'
-require 'dl/struct'
+EnvUtil.suppress_warning {require 'dl/struct'}
module DL
class TestCStructEntity < TestBase