From 24d1a780151499793d6be86d0d14774bfa2572f1 Mon Sep 17 00:00:00 2001 From: Leo Balter Date: Tue, 2 Oct 2018 16:17:00 -0400 Subject: [PATCH] fix folders to fixtures --- .../catch/eval-rqstd-abrupt-err-type_FIXTURE.js | 4 ++++ .../{ => catch}/eval-rqstd-abrupt-err-uri_FIXTURE.js | 0 .../{ => catch}/instn-iee-err-circular-1_FIXTURE.js | 0 .../{ => catch}/instn-iee-err-circular-2_FIXTURE.js | 0 .../{ => catch}/instn-iee-err-not-found-empty_FIXTURE.js | 0 5 files changed, 4 insertions(+) create mode 100644 test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-type_FIXTURE.js rename test/language/module-code/dynamic-import/{ => catch}/eval-rqstd-abrupt-err-uri_FIXTURE.js (100%) rename test/language/module-code/dynamic-import/{ => catch}/instn-iee-err-circular-1_FIXTURE.js (100%) rename test/language/module-code/dynamic-import/{ => catch}/instn-iee-err-circular-2_FIXTURE.js (100%) rename test/language/module-code/dynamic-import/{ => catch}/instn-iee-err-not-found-empty_FIXTURE.js (100%) diff --git a/test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-type_FIXTURE.js b/test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-type_FIXTURE.js new file mode 100644 index 0000000000..13544ca36a --- /dev/null +++ b/test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-type_FIXTURE.js @@ -0,0 +1,4 @@ +// Copyright (C) 2016 the V8 project authors. All rights reserved. +// This code is governed by the BSD license found in the LICENSE file. + +throw new TypeError(); diff --git a/test/language/module-code/dynamic-import/eval-rqstd-abrupt-err-uri_FIXTURE.js b/test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-uri_FIXTURE.js similarity index 100% rename from test/language/module-code/dynamic-import/eval-rqstd-abrupt-err-uri_FIXTURE.js rename to test/language/module-code/dynamic-import/catch/eval-rqstd-abrupt-err-uri_FIXTURE.js diff --git a/test/language/module-code/dynamic-import/instn-iee-err-circular-1_FIXTURE.js b/test/language/module-code/dynamic-import/catch/instn-iee-err-circular-1_FIXTURE.js similarity index 100% rename from test/language/module-code/dynamic-import/instn-iee-err-circular-1_FIXTURE.js rename to test/language/module-code/dynamic-import/catch/instn-iee-err-circular-1_FIXTURE.js diff --git a/test/language/module-code/dynamic-import/instn-iee-err-circular-2_FIXTURE.js b/test/language/module-code/dynamic-import/catch/instn-iee-err-circular-2_FIXTURE.js similarity index 100% rename from test/language/module-code/dynamic-import/instn-iee-err-circular-2_FIXTURE.js rename to test/language/module-code/dynamic-import/catch/instn-iee-err-circular-2_FIXTURE.js diff --git a/test/language/module-code/dynamic-import/instn-iee-err-not-found-empty_FIXTURE.js b/test/language/module-code/dynamic-import/catch/instn-iee-err-not-found-empty_FIXTURE.js similarity index 100% rename from test/language/module-code/dynamic-import/instn-iee-err-not-found-empty_FIXTURE.js rename to test/language/module-code/dynamic-import/catch/instn-iee-err-not-found-empty_FIXTURE.js