File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
toolchain/check/testdata/interop/cpp/function Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
// AUTOUPDATE
9
9
// TIP: To test this file alone, run:
10
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function_full_semir .carbon
10
+ // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function/full_semir .carbon
11
11
// TIP: To dump output, run:
12
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function_full_semir .carbon
12
+ // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function/full_semir .carbon
13
13
14
14
// ============================================================================
15
15
// Function with short parameter
Original file line number Diff line number Diff line change 6
6
//
7
7
// AUTOUPDATE
8
8
// TIP: To test this file alone, run:
9
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function_param_int16 .carbon
9
+ // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function/param_int16 .carbon
10
10
// TIP: To dump output, run:
11
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function_param_int16 .carbon
11
+ // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function/param_int16 .carbon
12
12
13
13
// ============================================================================
14
14
// short
Original file line number Diff line number Diff line change 6
6
//
7
7
// AUTOUPDATE
8
8
// TIP: To test this file alone, run:
9
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function_param_int32 .carbon
9
+ // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function/param_int32 .carbon
10
10
// TIP: To dump output, run:
11
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function_param_int32 .carbon
11
+ // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function/param_int32 .carbon
12
12
13
13
// ============================================================================
14
14
// int
Original file line number Diff line number Diff line change 6
6
//
7
7
// AUTOUPDATE
8
8
// TIP: To test this file alone, run:
9
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function_param_unsupported .carbon
9
+ // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function/param_unsupported .carbon
10
10
// TIP: To dump output, run:
11
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function_param_unsupported .carbon
11
+ // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function/param_unsupported .carbon
12
12
13
13
// ============================================================================
14
14
// Unsupported primitive type
Original file line number Diff line number Diff line change 6
6
//
7
7
// AUTOUPDATE
8
8
// TIP: To test this file alone, run:
9
- // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function_return .carbon
9
+ // TIP: bazel test //toolchain/testing:file_test --test_arg=--file_tests=toolchain/check/testdata/interop/cpp/function/return .carbon
10
10
// TIP: To dump output, run:
11
- // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function_return .carbon
11
+ // TIP: bazel run //toolchain/testing:file_test -- --dump_output --file_tests=toolchain/check/testdata/interop/cpp/function/return .carbon
12
12
13
13
// ============================================================================
14
14
// short
You can’t perform that action at this time.
0 commit comments