Files
carbon-lang/toolchain/driver/testdata/fail_missing_file.carbon
T
Geoff Romer 7899154a21 Add "ERROR" to all error diagnostics (#3251)
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`.
2023-09-26 16:52:49 +00:00

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