Commit 03e15057 authored by Paul's avatar Paul
Browse files

Format tests

parent 528449d1
...@@ -96,7 +96,6 @@ void test3() ...@@ -96,7 +96,6 @@ void test3()
EXPECT(p.get_parameter_shape("scratch").bytes() == 704); EXPECT(p.get_parameter_shape("scratch").bytes() == 704);
} }
// Like the previous test, but this tests a zero workspace memory allocation // Like the previous test, but this tests a zero workspace memory allocation
void test4() void test4()
{ {
...@@ -113,7 +112,6 @@ void test4() ...@@ -113,7 +112,6 @@ void test4()
EXPECT(p.get_parameter_shape("scratch").bytes() == 672); EXPECT(p.get_parameter_shape("scratch").bytes() == 672);
} }
int main() int main()
{ {
test1(); test1();
......
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