Skip to content

[Clang] Missing header for Objective-C++ test #87023

Closed
@Sirraide

Description

@Sirraide

I think when merging #82705 (commit: bbbcc1d), the author forgot to commit a header for one of the tests, because I’m getting this error:

FAIL: Clang :: SemaObjCXX/nullability-consistency.mm (5145 of 19647)
******************** TEST 'Clang :: SemaObjCXX/nullability-consistency.mm' FAILED ********************
Exit Code: 1

Command Output (stderr):
--
RUN: at line 1: /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/bin/clang -cc1 -internal-isystem /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/lib/clang/19/include -nostdsysteminc -fsyntax-only -fblocks -I /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs -isystem /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs/nullability-consistency-system /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm -verify
+ /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/bin/clang -cc1 -internal-isystem /home/ae/projects/llvm-project/llvm/cmake-build-release-localclang/lib/clang/19/include -nostdsysteminc -fsyntax-only -fblocks -I /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs -isystem /home/ae/projects/llvm-project/clang/test/SemaObjCXX/Inputs/nullability-consistency-system /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm -verify
error: 'expected-error' diagnostics seen but not expected: 
  File /home/ae/projects/llvm-project/clang/test/SemaObjCXX/nullability-consistency.mm Line 12: 'nullability-consistency-smart.h' file not found
1 error generated.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions