Files
carbon-lang/testing/file_test/testdata/example.carbon
T
Jon Ross-Perkins 6586179c8d Add support for splitting a test file. (#2876)
I'm looking at this as I start thinking about handling `import`. Syntax is based on llvm's `split-file` tool.

The `std::vector` -> `llvm::SmallVector` switch is minor, I'm doing it here because I had to touch everything anyways and I think for tests I'll lean slightly more towards the toolchain's way of doing things versus explorer's.
2023-06-07 08:56:20 -07:00

11 lines
378 B
Plaintext

// Part of the Carbon Language project, under the Apache License v2.0 with LLVM
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
// CHECK:STDOUT: something
// CHECK:STDOUT:
// CHECK:STDOUT: [[@LINE+1]]: Line delta
// CHECK:STDOUT: [[@LINE-1]]: Negative line delta
// CHECK:STDOUT: +*[]{}
// CHECK:STDOUT: F{{.+}}z