mirror of
https://github.com/ml-explore/mlx.git
synced 2025-12-16 01:49:05 +08:00
WIP (tests)
This commit is contained in:
@@ -44,7 +44,7 @@ TEST_CASE("test export basic functions") {
|
||||
}
|
||||
|
||||
TEST_CASE("test export function with no inputs") {
|
||||
auto fun = [](std::vector<array> x) -> std::vector<array> {
|
||||
auto fun = [](std::vector<array> /* x */) -> std::vector<array> {
|
||||
return {zeros({2, 2})};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user