Skip to content

Commit 5097120

Browse files
committed
x86 fix
1 parent 61af46f commit 5097120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ end
8888
container = IndexedVarArray
8989
)
9090
@test typeof(car_vars) ==
91-
IndexedVarArray{VariableRef,4,Tuple{String,Int64,String,Int64}}
91+
IndexedVarArray{VariableRef,4,Tuple{String,Int,String,Int}}
9292

9393
for c in more_indices
9494
insertvar!(car_vars, c...)

0 commit comments

Comments
 (0)