Remove an obsolete bug workaround in a test
This commit is contained in:
parent
c3d4c7aa82
commit
65e620ed55
@ -173,8 +173,7 @@
|
||||
"Don't treat strings as symbols in the calling position"
|
||||
(with [(pytest.raises TypeError)] ("setv" True 3)) ; A special form
|
||||
(with [(pytest.raises TypeError)] ("abs" -2)) ; A function
|
||||
(with [(pytest.raises TypeError)] ("when" 1 2)) ; A macro
|
||||
None) ; Avoid https://github.com/hylang/hy/issues/1320
|
||||
(with [(pytest.raises TypeError)] ("when" 1 2))) ; A macro
|
||||
|
||||
|
||||
(defn test-for-loop []
|
||||
|
Loading…
Reference in New Issue
Block a user