Commit aa1e6acb authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Revert TestLoadBinaryFile

parent 58583647
...@@ -73,11 +73,7 @@ namespace LoadFileTests ...@@ -73,11 +73,7 @@ namespace LoadFileTests
file = GetScriptsPath("test.win_32.luac"); file = GetScriptsPath("test.win_32.luac");
else else
{ {
if (Environment.OSVersion.Platform == PlatformID.Win32NT)
file = GetScriptsPath("test.win_64.luac");
else
file = GetScriptsPath("test_64.luac"); file = GetScriptsPath("test_64.luac");
} }
lua.DoFile(file); lua.DoFile(file);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment