Skip to content

Commit

Permalink
Fixing wrong test dll reference
Browse files Browse the repository at this point in the history
Targets #41
  • Loading branch information
andry-tino committed Apr 7, 2017
1 parent f4c7f9a commit 799a169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/TestRunner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ param(
'ScriptSharp.Definition.ASTWalker.UnitTests\bin\Debug\Rosetta.ScriptSharp.Definition.ASTWalker.UnitTests.dll',
'ScriptSharp.ASTWalker.UnitTests\bin\Debug\Rosetta.ScriptSharp.ASTWalker.UnitTests.dll',
'Reflection.UnitTests\bin\Debug\Rosetta.Reflection.UnitTests.dll',
'Reflection.ScriptSharp.UnitTests\bin\Debug\Rosetta.ScriptSharp.Reflection.UnitTests.dll'
'Reflection.ScriptSharp.UnitTests\bin\Debug\Rosetta.Reflection.ScriptSharp.UnitTests.dll'
)
);

Expand Down

0 comments on commit 799a169

Please sign in to comment.