Skip to content

Commit 81e9a3c

Browse files
committed
[clang-repl] Disable new test after #89811
1 parent ba7f52c commit 81e9a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

clang/test/Interpreter/pretty-print.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: cat %s | clang-repl -Xcc -xc | FileCheck %s
44
// RUN: cat %s | clang-repl -Xcc -std=c++11 | FileCheck %s
55

6+
// Fails with `Symbols not found: [ __clang_Interpreter_SetValueNoAlloc ]`.
7+
// UNSUPPORTED: hwasan
8+
69
const char* c_str = "Hello, world!"; c_str
710

811
// CHECK: Not implement yet.

0 commit comments

Comments
 (0)