diff --git a/test_suite/error.import_folder.jsonnet b/test_suite/error.import_folder.jsonnet deleted file mode 100644 index ed54a9146..000000000 --- a/test_suite/error.import_folder.jsonnet +++ /dev/null @@ -1,17 +0,0 @@ -/* -Copyright 2015 Google Inc. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import 'lib' diff --git a/test_suite/error.import_folder.jsonnet.golden_regex b/test_suite/error.import_folder.jsonnet.golden_regex deleted file mode 100644 index c472b230e..000000000 --- a/test_suite/error.import_folder.jsonnet.golden_regex +++ /dev/null @@ -1,2 +0,0 @@ -(STATIC ERROR: lib:1:1: unexpected end of file.|RUNTIME ERROR: couldn't open import "lib": basic_filebuf::underflow error reading the file(: iostream error|: Is a directory)? - error.import_folder.jsonnet:17:1-13 ) diff --git a/test_suite/error.import_folder_slash.jsonnet b/test_suite/error.import_folder_slash.jsonnet deleted file mode 100644 index e154fbe44..000000000 --- a/test_suite/error.import_folder_slash.jsonnet +++ /dev/null @@ -1,17 +0,0 @@ -/* -Copyright 2015 Google Inc. All rights reserved. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -import 'lib/' diff --git a/test_suite/error.import_folder_slash.jsonnet.golden b/test_suite/error.import_folder_slash.jsonnet.golden deleted file mode 100644 index 48e516b96..000000000 --- a/test_suite/error.import_folder_slash.jsonnet.golden +++ /dev/null @@ -1,2 +0,0 @@ -RUNTIME ERROR: couldn't open import "lib/": attempted to import a directory - error.import_folder_slash.jsonnet:17:1-14