fix(tests/util/sequence.cpp): clang build error
This commit is contained in:
parent
129bb5fa09
commit
42c2fef0f2
1 changed files with 2 additions and 0 deletions
|
@ -8,7 +8,9 @@ Author: Leonardo de Moura
|
|||
#include "util/test.h"
|
||||
using namespace lean;
|
||||
|
||||
namespace lean {
|
||||
template class sequence<int>;
|
||||
}
|
||||
|
||||
static void tst1() {
|
||||
sequence<int> l1;
|
||||
|
|
Loading…
Reference in a new issue