Commit ad50b677 authored by Davis King's avatar Davis King

Added a test for 64 bit integers.

parent 302caff8
......@@ -146,6 +146,7 @@ namespace
test_hungarian<short>();
test_hungarian<int>();
test_hungarian<long>();
test_hungarian<int64>();
}
}
} 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