Skip to content

Commit c941845

Browse files
author
Cristian Moresi
committed
[FIX] Tests: keep standalone gate compile-only
1 parent 2640c25 commit c941845

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

tests/standalone_compile_test.cpp

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,9 @@ void instantiate()
137137
#endif
138138
}
139139

140+
template void instantiate<float>();
141+
template void instantiate<double>();
142+
140143
} // namespace
141144

142-
int main()
143-
{
144-
instantiate<float>();
145-
instantiate<double>();
146-
return 0;
147-
}
145+
int main() { return 0; }

0 commit comments

Comments
 (0)