Skip to content

Commit

Permalink
update test basestore
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed May 28, 2024
1 parent 04a52f7 commit acd21db
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tests/BaseStore_Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include "../include/etr.hpp"
using namespace etr;

/*
void test_basestore() {
// NOTE: test nothing allocated
{
Expand Down Expand Up @@ -123,13 +122,8 @@ void test_basestore() {
}
}
}
*/

int main(int argc, char *argv[]) {
// test_basestore();
BaseStore<int> v;
for (int i = 0; i < 10000000; i++) {
v.push_back(i);
}
test_basestore();
return 0;
}

0 comments on commit acd21db

Please sign in to comment.