Mark stdin output file test as no-prelude (#5612)

This commit is contained in:
Jon Ross-Perkins
2025-06-04 23:01:25 +00:00
committed by GitHub
parent 04d534abee
commit 126f7b38e3
+3 -1
View File
@@ -2,7 +2,9 @@
// Exceptions. See /LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// ARGS: --include-diagnostic-kind compile -
// This needs to disable the prelude because otherwise it tries opening prelude
// output files in bazel runfiles, which may not be writable.
// ARGS: --include-diagnostic-kind compile --no-prelude-import -
//
// AUTOUPDATE
// TIP: To test this file alone, run: