diff options
author | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-10-31 18:33:10 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avast.com> | 2022-10-31 18:33:10 +0100 |
commit | 5dca772f3933338c0c14c082ad8781f55bf84141 (patch) | |
tree | a1a9a5bd73e24b0cd30c989350067a0488acaeec /test | |
parent | ccb5626d40dd76180a831c9f7f37278c18fa68c1 (diff) |
Build toolset updated
Diffstat (limited to 'test')
-rw-r--r-- | test/StormTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/StormTest.cpp b/test/StormTest.cpp index e7a2434..ad38b4d 100644 --- a/test/StormTest.cpp +++ b/test/StormTest.cpp @@ -4443,7 +4443,7 @@ int _tmain(int argc, TCHAR * argv[]) for(int i = 2; i < argc; i++)
{
- TestArchive(argv[i], Bliz, 0, "sound\\zerg\\advisor\\zaderr05.wav", NULL);
+ TestArchive(argv[i], Bliz, 0, "Scripts\\War3map.j", NULL);
}
//
|