Skip to content

Commit bae1a98

Browse files
authored
fix test from builtin check on 1.0 (#224)
1 parent f32b803 commit bae1a98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/interpret.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,5 +444,5 @@ finally
444444
end
445445

446446
# Check #args for builtins (#217)
447-
f217() = Core._typevar(:foo, Union{}, Any, "foo")
447+
f217() = <:(Float64, Float32, Float16)
448448
@test_throws ArgumentError @interpret(f217())

0 commit comments

Comments
 (0)