diff options
Diffstat (limited to 'benchmarks/test.cpp')
| -rw-r--r-- | benchmarks/test.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmarks/test.cpp b/benchmarks/test.cpp deleted file mode 100644 index 75bffe3..0000000 --- a/benchmarks/test.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "alex.h" - - -int main(int argc, char **argv) { - alex::Alex<int, int> test; - -} |