diff --git a/tests/native_tests/with.hy b/tests/native_tests/with.hy index 51d03d861..2c4f281bd 100644 --- a/tests/native_tests/with.hy +++ b/tests/native_tests/with.hy @@ -15,8 +15,7 @@ (setv exits []) (defclass WithTest [object] (defn __init__ [self val] - (setv self.val val) - None) + (setv self.val val)) (defn __enter__ [self] self.val)