File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
graal-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/regress Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2021, 2021 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2021, 2022 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * The Universal Permissive License (UPL), Version 1.0
@@ -59,7 +59,7 @@ public void testUnknownImportUrl() throws IOException {
5959
6060 @ Test
6161 public void testSchemeNotSupported () throws IOException {
62- assertErrorMessage ("foo://bar.mjs" , "Error: java.nio.file.FileSystemNotFoundException: Provider \" foo \" not installed \n " );
62+ assertErrorMessage ("foo://bar.mjs" , "Error: Unsupported URI scheme foo \n " );
6363 }
6464
6565 private static void assertErrorMessage (String importUrl , String expected ) throws IOException {
You can’t perform that action at this time.
0 commit comments