summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/dl/test_c_struct_entry.rb4
-rw-r--r--test/dl/test_c_union_entity.rb4
2 files changed, 6 insertions, 2 deletions
diff --git a/test/dl/test_c_struct_entry.rb b/test/dl/test_c_struct_entry.rb
index aa49a99572..77f8fb021c 100644
--- a/test/dl/test_c_struct_entry.rb
+++ b/test/dl/test_c_struct_entry.rb
@@ -1,6 +1,8 @@
require_relative 'test_base'
-require 'dl/cparser'
+require 'dl/function'
+require 'dl/value'
+require 'dl/struct'
class DL::TestCStructEntity < DL::TestBase
def test_class_size
diff --git a/test/dl/test_c_union_entity.rb b/test/dl/test_c_union_entity.rb
index 128ca4cd5c..e4fc410b26 100644
--- a/test/dl/test_c_union_entity.rb
+++ b/test/dl/test_c_union_entity.rb
@@ -1,6 +1,8 @@
require_relative 'test_base'
-require 'dl/cparser'
+require 'dl/function'
+require 'dl/value'
+require 'dl/struct'
class DL::TestCUnionEntity < DL::TestBase
def test_class_size