Skip to content

Commit fc466f8

Browse files
committed
Make test not write to the source directory
1 parent ab96ec4 commit fc466f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/test/CodeGen/static-init.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: not %clang_cc1 -triple powerpc-ibm-aix-xcoff -S -emit-llvm -x c++ %s \
2-
// RUN: 2>&1 | FileCheck %s
2+
// RUN: -o /dev/null 2>&1 | FileCheck %s
33

44
// RUN: not %clang_cc1 -triple powerpc64-ibm-aix-xcoff -S -emit-llvm -x c++ %s \
5-
// RUN: 2>&1 | FileCheck %s
5+
// RUN: -o /dev/null 2>&1 | FileCheck %s
66

77
struct test {
88
test();

0 commit comments

Comments
 (0)