From 25e5afe3be28c85e247a7431a67bd5c90d101394 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 24 Apr 2021 21:44:16 -0700 Subject: [PATCH] test: move abort test from pummel to abort directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit test-abort-fatal-error is not resource intensive and would be better in the abort directory than the pummel directory. PR-URL: https://github.com/nodejs/node/pull/38396 Reviewed-By: Michaƫl Zasso Reviewed-By: Anna Henningsen Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- test/{pummel => abort}/test-abort-fatal-error.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename test/{pummel => abort}/test-abort-fatal-error.js (100%) diff --git a/test/pummel/test-abort-fatal-error.js b/test/abort/test-abort-fatal-error.js similarity index 100% rename from test/pummel/test-abort-fatal-error.js rename to test/abort/test-abort-fatal-error.js