You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by sh...@apache.org on 2019/08/10 23:03:55 UTC

[arrow] branch master updated: ARROW-6193: [GLib] Add missing require in test

This is an automated email from the ASF dual-hosted git repository.

shiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new ecaade7  ARROW-6193: [GLib] Add missing require in test
ecaade7 is described below

commit ecaade722f091d1529e138718f757847c2810c48
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Sun Aug 11 08:03:41 2019 +0900

    ARROW-6193: [GLib] Add missing require in test
    
    Closes #5052 from kou/glib-add-missing-require-in-test and squashes the following commits:
    
    de101e16d <Sutou Kouhei>  Add missing require in test
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Yosuke Shiro <yo...@gmail.com>
---
 c_glib/test/run-test.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/c_glib/test/run-test.rb b/c_glib/test/run-test.rb
index e6c7d3e..2db3709 100755
--- a/c_glib/test/run-test.rb
+++ b/c_glib/test/run-test.rb
@@ -63,6 +63,7 @@ end
 
 require "fileutils"
 require "rbconfig"
+require "stringio"
 require "tempfile"
 require "zlib"
 require_relative "helper/buildable"