瀏覽代碼

Update hy test for 0.15 hy changes

See https://github.com/hylang/hy/releases/tag/0.15.0
Joe Ferguson 6 年之前
父節點
當前提交
31ce3ec7e6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/tests/hylang-sh/container.hy

+ 1 - 1
test/tests/hylang-sh/container.hy

@@ -2,7 +2,7 @@
   (+ 2 2)
   (print))
 
-(import [subprocess] [sys])
+(import subprocess sys)
 (subprocess.check_call [sys.executable "-m" "pip" "install" "-q" "sh"])
 
 (import [sh [echo]])