Skip to content

Commit

Permalink
Rename the test
Browse files Browse the repository at this point in the history
  • Loading branch information
Fznamznon committed Jul 18, 2024
1 parent 178c66c commit 9c6914f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions clang/test/Preprocessor/embed_file_not_found_chevron.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// RUN: %clang_cc1 -std=c23 %s -E -verify --embed-dir=%S --embed-dir=%S/Inputs
// RUN: %clang_cc1 -std=c23 %s -E -verify

#embed <jk.txt>
#embed <nfejfNejAKFe>
// expected-error@-1 {{'nfejfNejAKFe' file not found}}
4 changes: 4 additions & 0 deletions clang/test/Preprocessor/embed_search_paths.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// RUN: %clang_cc1 -std=c23 %s -E -verify --embed-dir=%S --embed-dir=%S/Inputs
// expected-no-diagnostics

#embed <jk.txt>

0 comments on commit 9c6914f

Please sign in to comment.