-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inline requires: cleanup bailout test case
Summary: Cleanup one of a set of tests intended to check that the input is *not* modified in this particular case. The standard way to do this is to use `snapshot: false`, which checks that input == output. This test used `snapshot: true` only because the input was not correctly formatted, so the output had whitespace differences. Allows for clearer grouping of bail-out tests as we introduce memoization later in the stack. Changelog: Internal Reviewed By: vzaidman Differential Revision: D62084971 fbshipit-source-id: 2c5d856cc3a7c64feb919c46093ceb2af8c7d42b
- Loading branch information
1 parent
00df4ef
commit a09e494
Showing
2 changed files
with
3 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters