mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-27 16:40:10 +01:00
This makes the difference between errors and lower-level diagnostics visible to users, and aligns the toolchain's behavior with the expectations in `driver_fuzzer.cpp`.
9 lines
347 B
Plaintext
9 lines
347 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
|
|
//
|
|
// ARGS: compile nonexistent.carbon
|
|
//
|
|
// AUTOUPDATE
|
|
// CHECK:STDERR: nonexistent.carbon: ERROR: Error opening file for read: No such file or directory
|