Closed pcwalton closed 8 years ago
What about adding a test to src/tests.rs that initializes a basic global object, then evaluates function f() { f() }; f()
and asserts that the return value is 0?
Sure, sounds like a good idea.
Test added. r? @jdm
@bors-servo: r+
:pushpin: Commit e297eee has been approved by jdm
:hourglass: Testing commit e297eee with merge 2a5c60a...
:sunny: Test successful - travis
Addresses servo/servo#10229.
r? @jdm
This change is