You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix a non-deterministic failure in testPrintingExplicitDependencyGraph
When JSONEncoder puts `mainModuleName` in the end of the JSON
dictionary, it does not have `,` in the end. Remove the trailing `,` to
avoid such failures.
0 commit comments