Explorar el Código

Change extra-args order in min_prelude (#5695)

[Context](https://discord.com/channels/655572317891461132/655578254970716160/1384959655993938064),
making these consistent
Jon Ross-Perkins hace 10 meses
padre
commit
86f90c4d8f

+ 1 - 1
toolchain/testing/testdata/min_prelude/bool.carbon

@@ -2,9 +2,9 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/bool.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/bool.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/bool.carbon
 // --- min_prelude/bool.carbon
 
 

+ 1 - 1
toolchain/testing/testdata/min_prelude/convert.carbon

@@ -2,8 +2,8 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/convert.carbon
 // --- min_prelude/convert.carbon
 
 

+ 1 - 1
toolchain/testing/testdata/min_prelude/facet_types.carbon

@@ -2,8 +2,8 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/facet_types.carbon
 // --- min_prelude/facet_types.carbon
 
 

+ 1 - 1
toolchain/testing/testdata/min_prelude/int.carbon

@@ -2,7 +2,6 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // TODO: This should move to the place where it's imported, but it ends up
 // TODO: This should move to the place where it's imported, but it ends up
 // included more than once and that fails to build.
 // included more than once and that fails to build.
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
@@ -10,6 +9,7 @@
 // included more than once and that fails to build.
 // included more than once and that fails to build.
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/int.carbon
 // --- min_prelude/int.carbon
 
 

+ 1 - 1
toolchain/testing/testdata/min_prelude/primitives.carbon

@@ -2,7 +2,6 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // TODO: This should move to the place where it's imported, but it ends up
 // TODO: This should move to the place where it's imported, but it ends up
 // included more than once and that fails to build.
 // included more than once and that fails to build.
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
@@ -13,6 +12,7 @@
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/uint.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/uint.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/primitives.carbon
 // --- min_prelude/primitives.carbon
 
 

+ 1 - 1
toolchain/testing/testdata/min_prelude/uint.carbon

@@ -2,7 +2,6 @@
 // Exceptions. See /LICENSE for license information.
 // Exceptions. See /LICENSE for license information.
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 //
 //
-// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 // TODO: This should move to the place where it's imported, but it ends up
 // TODO: This should move to the place where it's imported, but it ends up
 // included more than once and that fails to build.
 // included more than once and that fails to build.
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/as.carbon
@@ -11,6 +10,7 @@
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int_literal.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/int.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/uint.carbon
 // INCLUDE-FILE: toolchain/testing/testdata/min_prelude/parts/uint.carbon
+// EXTRA-ARGS: --custom-core --exclude-dump-file-prefix=min_prelude/
 
 
 // --- min_prelude/uint.carbon
 // --- min_prelude/uint.carbon