More fixes for boundscope
This commit is contained in:
@@ -7,6 +7,7 @@ TEST_CASE( "Create script variable", "[integration]" ) {
|
||||
REQUIRE(!script->Diagnostics -> HasErrors());
|
||||
auto variable = script->GetVariable("foo");
|
||||
REQUIRE(variable == nullptr);
|
||||
delete script;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user