Skip to content

Commit 007a300

Browse files
committed
Revert change
1 parent 75a8b42 commit 007a300

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tests/JIT/interpreter/InterpreterTester.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ public class InterpreterTester
1717
public static void RunTests()
1818
{
1919
string coreRoot = Environment.GetEnvironmentVariable("CORE_ROOT");
20-
string interpreterTesterDir = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
21-
string interpreterApp = Path.Combine(interpreterTesterDir, "Interpreter.dll");
20+
string interpreterApp = Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), "Interpreter.dll");
2221

2322
var startInfo = new ProcessStartInfo(Path.Combine(coreRoot, "corerun"), interpreterApp);
2423
startInfo.EnvironmentVariables["DOTNET_Interpreter"] = "RunInterpreterTests";

0 commit comments

Comments
 (0)