Эх сурвалжийг харах

Update hy test for 0.15 hy changes

See https://github.com/hylang/hy/releases/tag/0.15.0
Joe Ferguson 6 жил өмнө
parent
commit
31ce3ec7e6

+ 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]])