forked from OSchip/llvm-project
Update test file.
This commit is contained in:
parent
25ed42f05d
commit
16897e47ba
|
@ -1,5 +1,5 @@
|
|||
// RUN: echo "^std::.*$" > %T/allowed-list.txt
|
||||
// RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/white-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
|
||||
// RUN: clang-change-namespace -old_namespace "na::nb" -new_namespace "x::y" --file_pattern ".*" --allowed_file %T/allow-list.txt %s -- | sed 's,// CHECK.*,,' | FileCheck %s
|
||||
|
||||
#include "Inputs/fake-std.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue