Skip to content

Commit

Permalink
[clang-repl] Disable new test after #89811
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jun 6, 2024
1 parent ba7f52c commit 81e9a3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions clang/test/Interpreter/pretty-print.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s

// Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`.
// UNSUPPORTED: hwasan

const char* c_str = "Hello, world!"; c_str

// CHECK: Not implement yet.

0 comments on commit 81e9a3c

Please sign in to comment.