AR2V file should be in wsr88d, not in RPG subdirectory

This commit is contained in:
Dan Paulat 2021-06-13 18:11:55 -05:00
parent 85ccd25705
commit f36d57b71d
6 changed files with 21 additions and 24 deletions

View file

@ -1,4 +1,4 @@
#include <scwx/wsr88d/rpg/ar2v_file.hpp>
#include <scwx/wsr88d/ar2v_file.hpp>
#include <fstream>
@ -8,8 +8,6 @@ namespace scwx
{
namespace wsr88d
{
namespace rpg
{
TEST(ar2v_file, klsx)
{
@ -21,6 +19,5 @@ TEST(ar2v_file, klsx)
EXPECT_EQ(fileValid, true);
}
} // namespace rpg
} // namespace wsr88d
} // namespace scwx