summaryrefslogtreecommitdiff
path: root/editors/atom/files/patch-spec_main-process_atom-application.test.js
diff options
context:
space:
mode:
Diffstat (limited to 'editors/atom/files/patch-spec_main-process_atom-application.test.js')
-rw-r--r--editors/atom/files/patch-spec_main-process_atom-application.test.js11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/atom/files/patch-spec_main-process_atom-application.test.js b/editors/atom/files/patch-spec_main-process_atom-application.test.js
deleted file mode 100644
index fd18328129a9..000000000000
--- a/editors/atom/files/patch-spec_main-process_atom-application.test.js
+++ /dev/null
@@ -1,11 +0,0 @@
---- spec/main-process/atom-application.test.js.orig 2019-11-16 08:38:38 UTC
-+++ spec/main-process/atom-application.test.js
-@@ -1107,7 +1107,7 @@ describe('AtomApplication', function() {
- });
-
- describe('when closing the last window', function() {
-- if (process.platform === 'linux' || process.platform === 'win32') {
-+ if (process.platform === 'linux' || process.platform === 'freebsd' || process.platform === 'win32') {
- it('quits the application', async function() {
- const [w] = await scenario.launch(parseCommandLine(['a']));
- scenario.getApplication(0).removeWindow(w);