Files
carbon-lang/toolchain/driver/testdata/fail_missing_file.carbon
T
Jon Ross-Perkins 28d76e6164 Fix toolchain file_test_base multi-file integration. (#3780)
test_args will never contain %s; switch to filtering arguments, and
handle the edge cases.
2024-03-14 21:00:06 +00:00

9 lines
341 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 not_file.carbon
//
// AUTOUPDATE
// CHECK:STDERR: not_file.carbon: ERROR: Error opening file for read: No such file or directory