Skip to content

Commit 9ddcaed

Browse files
committed
Revert "[Clang] Interpreter test should not depend on system header (llvm#119903)"
This reverts commit 8ab6912.
1 parent e48916f commit 9ddcaed

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

clang/test/Interpreter/Inputs/vector

Lines changed: 0 additions & 10 deletions
This file was deleted.

clang/test/Interpreter/crash.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
//
66
// RUN: split-file %s %t
77
//
8-
// RUN: %clang++ -Xclang -nostdsysteminc -I%S/Inputs/ -std=c++20 -fPIC -c %t/vec.cpp -o %t/vec.o
8+
// RUN: %clang++ -std=c++20 -fPIC -c %t/vec.cpp -o %t/vec.o
99
// RUN: %clang++ -shared %t/vec.o -o %t/vec.so
1010
//
1111
// RUN: cat %t/Test.cpp | LD_LIBRARY_PATH=%t:$LD_LIBRARY_PATH clang-repl

0 commit comments

Comments
 (0)