xlnt/tests/workbook/test_protection.hpp
2017-04-13 14:51:35 -04:00

11 lines
145 B
C++

#pragma once
#include <iostream>
#include <helpers/test_suite.hpp>
#include <xlnt/xlnt.hpp>
class test_password_hash : public test_suite
{
};