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