mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
I've migrated the toolchain autoupdate scripts here, I just need a little more time to do the explorer side (which I need to check performance, that may require multithreading as we do in the current script). However, this felt substantial enough to share and it means I can handle autoupdate in more of the toolchain, including preparatory work for autoupdate on multi-file tests. Once explorer is done I'll remove the old script.
14 lines
529 B
Plaintext
14 lines
529 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
|
|
|
|
// Can't autoupdate due to the `{{.+}}` check.
|
|
// NOAUTOUPDATE
|
|
// CHECK:STDOUT: 2 args: `default_args`, `example.carbon`
|
|
// CHECK:STDOUT: something
|
|
// CHECK:STDOUT:
|
|
// CHECK:STDOUT: example.carbon:[[@LINE+1]]: Line delta
|
|
// CHECK:STDOUT: example.carbon:[[@LINE-1]]: Negative line delta
|
|
// CHECK:STDOUT: +*[]{}
|
|
// CHECK:STDOUT: F{{.+}}z
|