"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "023b0e0d5535eb80f174713ff1d1876519a7f943"
Commit ad50b677 authored by Davis King's avatar Davis King
Browse files

Added a test for 64 bit integers.

parent 302caff8
...@@ -146,6 +146,7 @@ namespace ...@@ -146,6 +146,7 @@ namespace
test_hungarian<short>(); test_hungarian<short>();
test_hungarian<int>(); test_hungarian<int>();
test_hungarian<long>(); test_hungarian<long>();
test_hungarian<int64>();
} }
} }
} a; } a;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment