Cleaned up test source

This commit is contained in:
Deorder
2019-04-15 04:26:29 +02:00
parent 322b6c0302
commit 6c3a9234e4
-4
View File
@@ -2,8 +2,6 @@
#include "libbsarch.h"
using namespace std::string_literals;
#pragma comment(lib, "libbsarch")
int main() {
@@ -23,6 +21,4 @@ int main() {
bsa_entry_list_free(entries);
bsa_free(archive);
printf("test\n");
}