- More implementations and dependencies for Linux Wayland support
This commit is contained in:
@@ -32,7 +32,6 @@ namespace fennec::test
|
||||
dynarray<int> test2;
|
||||
|
||||
int n = 10000;
|
||||
test1.resize(n); test2.resize(n);
|
||||
for (int i = 0; i < n; ++i) {
|
||||
test1.push_back(i);
|
||||
test2.push_back(n - i - 1);
|
||||
|
||||
Reference in New Issue
Block a user