Better handling of Static Scope
This commit is contained in:
@@ -33,7 +33,7 @@ namespace UpsilonTests
|
||||
|
||||
public StaticScriptFixture()
|
||||
{
|
||||
var (evaluationScope, boundScope) = StandardLibrary.Create();
|
||||
var (evaluationScope, boundScope) = Upsilon.StandardLibraries.StaticScope.CreateStandardLibrary();
|
||||
StaticScope = evaluationScope;
|
||||
BoundScope = boundScope;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user