Skip to content

Commit 78d4cce

Browse files
authored
Put min_prelude in a testdata dir (#5635)
This makes the min_prelude files a little more consistent with how we use testdata elsewhere, avoiding some special casing of them.
1 parent f506376 commit 78d4cce

File tree

99 files changed

+101
-111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+101
-111
lines changed

toolchain/check/testdata/alias/local.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/as/basics.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
4+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
55
//
66
// AUTOUPDATE
77
// TIP: To test this file alone, run:

toolchain/check/testdata/class/destroy_calls.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/class/destroy_decl.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/class/fail_abstract.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/class/fail_abstract_in_tuple.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/const/basics.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
4+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
55
//
66
// AUTOUPDATE
77
// TIP: To test this file alone, run:

toolchain/check/testdata/deduce/binding_pattern.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/deduce/symbolic_facets.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
55
// EXTRA-ARGS: --dump-sem-ir-ranges=only
6-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
6+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
77
//
88
// AUTOUPDATE
99
// TIP: To test this file alone, run:

toolchain/check/testdata/eval/aggregates.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
// INCLUDE-FILE: toolchain/testing/min_prelude/int.carbon
4+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/int.carbon
55
//
66
// AUTOUPDATE
77
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/access.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/call_combined_impl_witness.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/combine.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_class_type_to_facet_type.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_class_type_to_generic_facet_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_class_value_to_facet_value_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_class_value_to_generic_facet_value_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_type_to_facet_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_as_type_knows_original_type.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_to_facet_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_to_itself.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_to_narrowed_facet_type.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_value_to_blanket_impl.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_value_to_generic_facet_value_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_facet_value_value_to_itself.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/convert_interface.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/facet_assoc_const.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_convert_class_type_to_generic_facet_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_convert_facet_value_to_missing_impl.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_convert_type_erased_type_to_facet.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_deduction_uses_runtime_type_conversion.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_incomplete.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/fail_namespace_type.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/runtime_value.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/facet/tuple_and_struct_type_literal.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/convert.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/convert.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

toolchain/check/testdata/function/call/alias.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/call/return_implicit.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/declaration/fail_import_incomplete_return.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/definition/fail_local_decl.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/generic/call.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/generic/fail_type_param_mismatch.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/function/generic/type_param.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//
55
// TODO: Add ranges and switch to "--dump-sem-ir-ranges=only".
66
// EXTRA-ARGS: --dump-sem-ir-ranges=if-present
7-
// INCLUDE-FILE: toolchain/testing/min_prelude/destroy.carbon
7+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/destroy.carbon
88
//
99
// AUTOUPDATE
1010
// TIP: To test this file alone, run:

toolchain/check/testdata/if/basics.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
4-
// INCLUDE-FILE: toolchain/testing/min_prelude/bool.carbon
4+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/bool.carbon
55
//
66
// AUTOUPDATE
77
// TIP: To test this file alone, run:

toolchain/check/testdata/impl/extend_final.carbon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Exceptions. See /LICENSE for license information.
33
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
44
//
5-
// INCLUDE-FILE: toolchain/testing/min_prelude/facet_types.carbon
5+
// INCLUDE-FILE: toolchain/testing/testdata/min_prelude/facet_types.carbon
66
//
77
// AUTOUPDATE
88
// TIP: To test this file alone, run:

0 commit comments

Comments
 (0)